blob: f4d429bd8445f98034dde5636f48bf2aa2275124 [file] [log] [blame] [view]
```text
Usage:
ops -retry [options] task [task options]
```
## Options
```text
-h, --help Print help message
-t, --tries=# Set max retries: Default 10
-m, --max=secs Maximum time to run (set to 0 to disable): Default 60 seconds
-v, --verbose Verbose output
```
## Example
Retry two times to get the ops action list
```bash
ops -retry -t 2 ops action list
```