Open theduke opened 1 year ago
Currently the CLI only supports one login per registry.
We will want to extend this with a multi-account system.
Good prior art:
kubectl config get-contexts
gcloud
gcloud auth list
gcloud auth login
Super excited for this feature!~
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Currently the CLI only supports one login per registry.
We will want to extend this with a multi-account system.
Good prior art:
kubectl config get-contexts
etcgcloud
gcloud auth list
,gcloud auth login
, etc