Skip to content

Commit

Permalink
chore(root): DCO Fix(argoproj#11898)
Browse files Browse the repository at this point in the history
Signed-off-by: Ramya <[email protected]>
  • Loading branch information
rum1887 committed Oct 9, 2023
1 parent 0327543 commit 33a9c53
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/cli/argo_archive.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,27 @@ manage the workflow archive
argo archive [flags]
```

### Examples

```
# List workflow archives:
archive list
# Get details of a specific workflow archive:
archive get [workflow ID]
# Delete a specific workflow archive:
archive delete [workflow ID]
# List workflow archives by label key:
archive list-label-key
# List workflow archives by label value:
archive list-label-value
# Resubmit a workflow archive:
archive resubmit [workflow ID]
# Retry a workflow archive:
archive retry [workflow ID]
```

### Options

```
Expand Down
4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


0 comments on commit 33a9c53

Please sign in to comment.