kwctl icon indicating copy to clipboard operation
kwctl copied to clipboard

Add a `login` subcommand

Open flavio opened this issue 4 years ago • 0 comments

Right now kwctl reuses the docker credentials to be able to pull and push to OCI registries. However, what if the user doesn't have the credentials for a certain registry?

Acceptance criteria

  • kwctl keeps looking for the docker credentials, and uses them when available
  • kwctl login creates its own credential files, with the username/password of the registry that was provided to the login subcommand

flavio avatar Apr 26 '21 10:04 flavio