Docs: add missing exec command to alloc listing (#6730)
This commit is contained in:
parent
c838145c29
commit
941231db51
|
@ -17,6 +17,7 @@ Usage: `nomad alloc <subcommand> [options]`
|
||||||
Run `nomad alloc <subcommand> -h` for help on that subcommand. The following
|
Run `nomad alloc <subcommand> -h` for help on that subcommand. The following
|
||||||
subcommands are available:
|
subcommands are available:
|
||||||
|
|
||||||
|
- [`alloc exec`][exec] - Run a command in a running allocation
|
||||||
- [`alloc fs`][fs] - Inspect the contents of an allocation directory
|
- [`alloc fs`][fs] - Inspect the contents of an allocation directory
|
||||||
- [`alloc logs`][logs] - Streams the logs of a task
|
- [`alloc logs`][logs] - Streams the logs of a task
|
||||||
- [`alloc restart`][restart] - Restart a running allocation or task
|
- [`alloc restart`][restart] - Restart a running allocation or task
|
||||||
|
@ -24,6 +25,7 @@ subcommands are available:
|
||||||
- [`alloc status`][status] - Display allocation status information and metadata
|
- [`alloc status`][status] - Display allocation status information and metadata
|
||||||
- [`alloc stop`][stop] - Stop and reschedule a running allocation
|
- [`alloc stop`][stop] - Stop and reschedule a running allocation
|
||||||
|
|
||||||
|
[exec]: /docs/commands/alloc/exec.html "Run a command in a running allocation"
|
||||||
[fs]: /docs/commands/alloc/fs.html "Inspect the contents of an allocation directory"
|
[fs]: /docs/commands/alloc/fs.html "Inspect the contents of an allocation directory"
|
||||||
[logs]: /docs/commands/alloc/logs.html "Streams the logs of a task"
|
[logs]: /docs/commands/alloc/logs.html "Streams the logs of a task"
|
||||||
[restart]: /docs/commands/alloc/restart.html "Restart a running allocation or task"
|
[restart]: /docs/commands/alloc/restart.html "Restart a running allocation or task"
|
||||||
|
|
Loading…
Reference in New Issue