-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
docs(cli): add example of list label value #13707
base: main
Are you sure you want to change the base?
docs(cli): add example of list label value #13707
Conversation
Signed-off-by: LeeSeolHui <[email protected]>
f05c9e7
to
6824c01
Compare
@agilgur5 this PR is failing in the ci-build/Codegen step. How can I resolve this issue? |
@@ -18,6 +18,9 @@ func NewListLabelValueCommand() *cobra.Command { | |||
command := &cobra.Command{ | |||
Use: "list-label-values", | |||
Short: "get workflow label values in the archive", | |||
Example: `# Get workflow label values in the archive: | |||
argo archive list-label-values -l key1 | |||
`, |
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.
이 부분에 공백을 확인해보세요!
149392b
to
6824c01
Compare
It looks like this was a near verbatim copy of #13682? If you are copying someone else's code, title, or description, please make sure to cite and credit your source. This makes no mention of #13682 currently, while copying its description entirely yet missing all the formatting (the title and description are therefore worse than the formatted and edited ones as well). @leehosu was this done with your permission? |
Yes it was per #13706 (comment) |
Fixes #11898
Motivation
Modify the argo archive list-label-values command for more info.
Modifications
Added examples for the argo archive list-label-values command.
Verification
run argo archive list-label-values -h