You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`osdctl` currently expects an OCM connection in order to run, but it
contains the packages necessary to build that connection automatically
based on the environment, as other OCM integrations do.
This commit adds support for automatically building the OCM connection
based on the presence of the `OCM_TOKEN` and `OCM_URL` environment
variables.
This will fall back to the existing connection usage if these environment
variables are not set.
Signed-off-by: Chris Collins <[email protected]>
0 commit comments