-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Small non-breaking UX changes to keys {list,delete} commands #5366
Conversation
* Add --list-names flag to keys command for short listing. * Make keys delete accept multiple key names at once. Usage example: * gaiacli keys list -n | xargs gaiacli keys delete
f59b4c8
to
631014b
Compare
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, please open a PR on Gaia to test
return cmd | ||
} | ||
|
||
func runListCmd(cmd *cobra.Command, args []string) error { | ||
func runListCmd(cmd *cobra.Command, _ []string) error { |
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.
we should consider cleaning this in the future
Codecov Report
@@ Coverage Diff @@
## master #5366 +/- ##
==========================================
- Coverage 54.64% 54.64% -0.01%
==========================================
Files 311 311
Lines 18440 18447 +7
==========================================
+ Hits 10077 10080 +3
- Misses 7592 7595 +3
- Partials 771 772 +1
|
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.
testedACK
…5366) Add --list-names flag to keys command for short listing. Make keys delete accept multiple key names at once. Usage example: gaiacli keys list -n | xargs gaiacli keys delete
Usage example:
For contributor use:
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerFor admin use:
WIP
,R4R
,docs
, etc)