Add --wait support to ark backup create

Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>
This commit is contained in:
Andy Goldstein
2018-08-03 10:42:42 -07:00
committed by Carlisia
parent 131afb571e
commit c5f5862c9c
3 changed files with 79 additions and 1 deletions
+1
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
+1
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