Upgrading documentation automatically generated by cobra.

This commit is contained in:
Renan DelValle 2020-05-07 15:44:27 -07:00
parent 4806936c71
commit 620586fa73
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
35 changed files with 277 additions and 51 deletions

View file

@ -10,7 +10,7 @@ are killed and rescheduled in an Agent that is not in maintenance mode. Command
expects a space separated list of hosts to place into maintenance mode.
```
australis start drain [space separated host list] [flags]
australis start drain [space separated host list or use JSON flags] [flags]
```
### Options
@ -18,6 +18,8 @@ australis start drain [space separated host list] [flags]
```
-h, --help help for drain
--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)
```
@ -39,6 +41,6 @@ australis start drain [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