Merge pull request #304 from ncdc/wait

Add --wait support to ark backup create
This commit is contained in:
Steve Kriss
2018-08-03 10:57:20 -07:00
committed by GitHub
3 changed files with 79 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ ark backup create NAME [flags]
--show-labels show labels in the last column
--snapshot-volumes optionalBool[=true] take snapshots of PersistentVolumes as part of the backup
--ttl duration how long before the backup can be garbage collected (default 720h0m0s)
-w, --wait wait for the operation to complete
```
### Options inherited from parent commands

View File

@@ -27,6 +27,7 @@ ark create backup NAME [flags]
--show-labels show labels in the last column
--snapshot-volumes optionalBool[=true] take snapshots of PersistentVolumes as part of the backup
--ttl duration how long before the backup can be garbage collected (default 720h0m0s)
-w, --wait wait for the operation to complete
```
### Options inherited from parent commands