-
Notifications
You must be signed in to change notification settings - Fork 231
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
Added location flag to list command to specify location for non standard URLs #2595
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, seems pretty clean. I assume tests are coming in the future list testing PR?
For this particular change, I focused on unit testing the InferArgumentLocation method in validators_test.go I can look into adding a e2e test, we would need to enable private endpoint in the account. |
Resolves #1090