Description
When working with OCM commands we will need to integrate the credential graph setup into the bootstrapping on every start of an OCM command.
This allows us to then use that configuration in other commands.
Builds on #459 and now we need to include it on start in the root command for other commands to access it.
We should have a Command Context that is able to pass a credential graph pointer across command boundaries as we will include it through the root command.
The Graph construction is detailed in its package documentation and should work in conjunction with the already existing OCM config.
Done Criteria
Description
When working with OCM commands we will need to integrate the credential graph setup into the bootstrapping on every start of an OCM command.
This allows us to then use that configuration in other commands.
Builds on #459 and now we need to include it on start in the root command for other commands to access it.
We should have a Command Context that is able to pass a credential graph pointer across command boundaries as we will include it through the root command.
The Graph construction is detailed in its package documentation and should work in conjunction with the already existing OCM config.
Done Criteria