Upgrading documentation automatically generated by cobra.
This commit is contained in:
parent
4806936c71
commit
620586fa73
35 changed files with 277 additions and 51 deletions
|
@ -9,7 +9,7 @@ are de-prioritized for scheduling a task. Command
|
|||
expects a space separated list of hosts to place into maintenance mode.
|
||||
|
||||
```
|
||||
australis start maintenance [space separated host list] [flags]
|
||||
australis start maintenance [space separated host list or use JSON flags] [flags]
|
||||
```
|
||||
|
||||
### Options
|
||||
|
@ -17,6 +17,8 @@ australis start maintenance [space separated host list] [flags]
|
|||
```
|
||||
-h, --help help for maintenance
|
||||
--interval duration Interval at which to poll scheduler. (default 5s)
|
||||
--json Read JSON list of agents from the STDIN.
|
||||
--json-file string JSON file to read list of agents from.
|
||||
--timeout duration Time after which the monitor will stop polling and throw an error. (default 10m0s)
|
||||
```
|
||||
|
||||
|
@ -38,6 +40,6 @@ australis start maintenance [space separated host list] [flags]
|
|||
|
||||
### SEE ALSO
|
||||
|
||||
* [australis start](australis_start.md) - Start a service, maintenance on a host (DRAIN), a snapshot, or a backup.
|
||||
* [australis start](australis_start.md) - Start a service, maintenance on a host (DRAIN), a snapshot, an update, or a backup.
|
||||
|
||||
###### Auto generated by spf13/cobra on 22-Mar-2019
|
||||
###### Auto generated by spf13/cobra on 7-May-2020
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue