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

ux: required arguments cause "help requested" error #72

Closed
ahmetb opened this issue Mar 11, 2021 · 2 comments
Closed

ux: required arguments cause "help requested" error #72

ahmetb opened this issue Mar 11, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@ahmetb
Copy link
Contributor

ahmetb commented Mar 11, 2021

e.g. this command is trying to tell me either -key or -kms is required:

cosign verify gcr.io/ahmetb-demo/ytdl:latest
USAGE
  cosign verify -key <key> <image uri>

FLAGS
  -a ...              extra key=value pairs to sign
  -check-claims true  whether to check the claims found
  -key ...            path to the public key
  -kms ...            verify via a public key stored in a KMS
error: flag: help requested
@lukehinds lukehinds added the bug Something isn't working label Mar 15, 2021
@dlorenc dlorenc mentioned this issue Mar 20, 2021
9 tasks
@dlorenc
Copy link
Member

dlorenc commented Mar 27, 2021

I think @priyawadhwa fixed this one:

$ ./cosign sign ghcr.io/dlorenc/signed-container
error: either local key path (-key) or KMS path (-kms) must be provided, not both

@dlorenc dlorenc closed this as completed Mar 27, 2021
@dlorenc
Copy link
Member

dlorenc commented Mar 27, 2021

Actually nope, it was @chrnorm! Thanks!

#125

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants