argoproj / argo-workflows

Workflow Engine for Kubernetes
https://argo-workflows.readthedocs.io/
Apache License 2.0
15.12k stars 3.21k forks source link

docs(cli): add examples for `argo archive list` with option explanations #13662

Closed leehosu closed 2 months ago

leehosu commented 2 months ago

Fixes #11898

Motivation

Modify the argo archive list command for more information

Modifications

Added examples for the argo archive list command.

Verification

run argo archive list -h

agilgur5 commented 2 months ago

Codegen is failing correctly, you'll need to apply my previous suggestion to the generated CLI docs as well.

I did not mention that initially as that was intended as a learning opportunity for you to figure out on your own. As you've merged main twice for unrelated CI flakes, it seems you might have missed that.