diff --git a/website/source/docs/commands/alloc.html.md b/website/source/docs/commands/alloc.html.md index 70f05f114..674efd9cf 100644 --- a/website/source/docs/commands/alloc.html.md +++ b/website/source/docs/commands/alloc.html.md @@ -17,6 +17,7 @@ Usage: `nomad alloc [options]` Run `nomad alloc -h` for help on that subcommand. The following subcommands are available: +- [`alloc exec`][exec] - Run a command in a running allocation - [`alloc fs`][fs] - Inspect the contents of an allocation directory - [`alloc logs`][logs] - Streams the logs of a 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 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" [logs]: /docs/commands/alloc/logs.html "Streams the logs of a task" [restart]: /docs/commands/alloc/restart.html "Restart a running allocation or task"