Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use plugin via '-A store', deprecate '-A creds' #29

Merged
merged 1 commit into from
May 8, 2024

Conversation

ikalnytskyi
Copy link
Owner

The -A (--auth-type) parameter stands for authentication type, and is essentially the ID of the authentication plugin to invoke. This patch deprecates both -A credential-store and -A creds usages in favor of newly added -A store.

I believe that store is both convenient and transparent, so we better deprecate other aliases and remove them in the future in order to prevent polluting plugins namespace.

The `-A` (`--auth-type`) parameter stands for authentication type, and
is essentially the ID of the authentication plugin to invoke. This patch
deprecates both `-A credential-store` and `-A creds` usages in favor of
newly added `-A store`.

I believe that `store` is both convenient and transparent, so we better
deprecate other aliases and remove them in the future in order to
prevent polluting plugins namespace.
@ikalnytskyi ikalnytskyi merged commit 88e6191 into master May 8, 2024
8 checks passed
@ikalnytskyi ikalnytskyi deleted the feat/auth-type-store branch May 8, 2024 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant