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

Do not require authentication credentials for subcommands that don't need them #93

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

mprpic
Copy link
Contributor

@mprpic mprpic commented Oct 3, 2024

Subcommands such as ping or show hit unauthenticated endpoints, so they do not need to enforce users to provide them via the global -u/-a/-o options.

Resolves #92

…need them

Subcommands such as `ping` or `show` hit unauthenticated endpoints, so they
do not need to enforce users to provide them via the global
-u/-a/-o options.
@mprpic mprpic force-pushed the skip-auth-for-unauthed-cmds branch from 346c252 to b0deebc Compare October 3, 2024 08:51
@mprpic mprpic merged commit 0a1c916 into master Oct 3, 2024
16 checks passed
@mprpic mprpic deleted the skip-auth-for-unauthed-cmds branch October 3, 2024 09:26
@themr0c
Copy link

themr0c commented Oct 3, 2024

Do you intend to release soon a version with this feature?

@mprpic
Copy link
Contributor Author

mprpic commented Oct 3, 2024

Do you intend to release soon a version with this feature?

Yes, next week ideally.

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.

Don't fail if -u, -o or -a are not supplied for cve show command
2 participants