diff --git a/website/content/commands/acl/index.mdx b/website/content/commands/acl/index.mdx index 6500a9a16..f58e2a91b 100644 --- a/website/content/commands/acl/index.mdx +++ b/website/content/commands/acl/index.mdx @@ -17,7 +17,9 @@ requires that ACLs have been bootstrapped in the authoritative region. ## Usage -Usage: `nomad acl [options]` +```plaintext +nomad acl [options] +``` Run `nomad acl -h` for help on that subcommand. The following subcommands are available: diff --git a/website/content/commands/alloc/index.mdx b/website/content/commands/alloc/index.mdx index d3fa653c8..c4af5cea6 100644 --- a/website/content/commands/alloc/index.mdx +++ b/website/content/commands/alloc/index.mdx @@ -11,7 +11,9 @@ The `alloc` command is used to interact with allocations. ## Usage -Usage: `nomad alloc [options]` +```plaintext +nomad alloc [options] +``` Run `nomad alloc -h` for help on that subcommand. The following subcommands are available: diff --git a/website/content/commands/config/index.mdx b/website/content/commands/config/index.mdx index bbf2890d9..a05941987 100644 --- a/website/content/commands/config/index.mdx +++ b/website/content/commands/config/index.mdx @@ -11,7 +11,9 @@ The `config` command is used to interact with configurations. ## Usage -Usage: `nomad config [options]` +```plaintext +nomad config [options] +``` Run `nomad config -h` for help on that subcommand. The following subcommands are available: diff --git a/website/content/commands/deployment/index.mdx b/website/content/commands/deployment/index.mdx index b9b922f03..b2e46d017 100644 --- a/website/content/commands/deployment/index.mdx +++ b/website/content/commands/deployment/index.mdx @@ -11,7 +11,9 @@ The `deployment` command is used to interact with deployments. ## Usage -Usage: `nomad deployment [options]` +```plaintext +nomad deployment [options] +``` Run `nomad deployment -h` for help on that subcommand. The following subcommands are available: diff --git a/website/content/commands/eval/index.mdx b/website/content/commands/eval/index.mdx index 4e9bf66c0..8911c507c 100644 --- a/website/content/commands/eval/index.mdx +++ b/website/content/commands/eval/index.mdx @@ -11,7 +11,9 @@ The `eval` command is used to interact with evals. ## Usage -Usage: `nomad eval [options]` +```plaintext +nomad eval [options] +``` Run `nomad eval -h` for help on that subcommand. The following subcommands are available: diff --git a/website/content/commands/job/index.mdx b/website/content/commands/job/index.mdx index 9ad611f45..c57460cba 100644 --- a/website/content/commands/job/index.mdx +++ b/website/content/commands/job/index.mdx @@ -11,7 +11,9 @@ The `job` command is used to interact with jobs. ## Usage -Usage: `nomad job [options]` +```plaintext +nomad job [options] +``` Run `nomad job -h` for help on that subcommand. The following subcommands are available: diff --git a/website/content/commands/job/tag/index.mdx b/website/content/commands/job/tag/index.mdx index b6f0f44a9..c7e3a7eca 100644 --- a/website/content/commands/job/tag/index.mdx +++ b/website/content/commands/job/tag/index.mdx @@ -13,7 +13,9 @@ Use the `job tag` command to manage tags for job versions. ## Usage -Usage: `nomad job tag [options] [args]` +```plaintext +nomad job tag [options] [args] +``` `job tag` has the following subcommands: diff --git a/website/content/commands/license/index.mdx b/website/content/commands/license/index.mdx index da7416928..3c3138e3f 100644 --- a/website/content/commands/license/index.mdx +++ b/website/content/commands/license/index.mdx @@ -14,7 +14,9 @@ server, or inspect and validate a license. ## Usage -Usage: `nomad license [options]` +```plaintext +nomad license [options] +``` Run `nomad license -h` for help on that subcommand. The following subcommands are available: diff --git a/website/content/commands/namespace/index.mdx b/website/content/commands/namespace/index.mdx index 8773566de..323d972b1 100644 --- a/website/content/commands/namespace/index.mdx +++ b/website/content/commands/namespace/index.mdx @@ -13,7 +13,9 @@ Visit [Create and use namespaces](/nomad/docs/govern/namespaces) for more inform ## Usage -Usage: `nomad namespace [options]` +```plaintext +nomad namespace [options] +``` Run `nomad namespace -h` for help on that subcommand. The following subcommands are available: diff --git a/website/content/commands/node-pool/index.mdx b/website/content/commands/node-pool/index.mdx index 385069b20..970d7c64f 100644 --- a/website/content/commands/node-pool/index.mdx +++ b/website/content/commands/node-pool/index.mdx @@ -11,7 +11,9 @@ The `node pool` command is used to interact with node pools. ## Usage -Usage: `nomad node pool [options]` +```plaintext +nomad node pool [options] +``` Run `nomad node pool -h` for help on that subcommand. The following subcommands are available: diff --git a/website/content/commands/node/index.mdx b/website/content/commands/node/index.mdx index d79a69519..063f3cbc3 100644 --- a/website/content/commands/node/index.mdx +++ b/website/content/commands/node/index.mdx @@ -11,7 +11,9 @@ The `node` command is used to interact with nodes. ## Usage -Usage: `nomad node [options]` +```plaintext +nomad node [options] +``` Run `nomad node -h` for help on that subcommand. The following subcommands are available: diff --git a/website/content/commands/node/meta/index.mdx b/website/content/commands/node/meta/index.mdx index e0e18500e..3a0564672 100644 --- a/website/content/commands/node/meta/index.mdx +++ b/website/content/commands/node/meta/index.mdx @@ -12,7 +12,9 @@ available for [interpolation using the `${meta.}` syntax in jobs][interp]. ## Usage -Usage: `nomad node meta [options]` +```plaintext +nomad node meta [options] +``` The `apply` subcommand allows for dynamically updating node metadata. The `read` subcommand allows reading all of the metadata set on the client. All diff --git a/website/content/commands/operator/index.mdx b/website/content/commands/operator/index.mdx index 4b9b5a526..ee7decb5d 100644 --- a/website/content/commands/operator/index.mdx +++ b/website/content/commands/operator/index.mdx @@ -19,7 +19,9 @@ documentation for the [Operator] endpoint. ## Usage -Usage: `nomad operator [options]` +```plaintext +nomad operator [options] +``` Run `nomad operator ` with no arguments for help on that subcommand. The following subcommands are available: diff --git a/website/content/commands/plugin/index.mdx b/website/content/commands/plugin/index.mdx index 7fb656064..dc8fe4507 100644 --- a/website/content/commands/plugin/index.mdx +++ b/website/content/commands/plugin/index.mdx @@ -13,7 +13,9 @@ Storage Interface (CSI)][csi] plugins. ## Usage -Usage: `nomad plugin [options]` +```plaintext +nomad plugin [options] +``` Run `nomad plugin -h` for help on that subcommand. The following subcommands are available: diff --git a/website/content/commands/quota/index.mdx b/website/content/commands/quota/index.mdx index ee2fb683d..05c067944 100644 --- a/website/content/commands/quota/index.mdx +++ b/website/content/commands/quota/index.mdx @@ -13,7 +13,9 @@ The `quota` command is used to interact with quota specifications. ## Usage -Usage: `nomad quota [options]` +```plaintext +nomad quota [options] +``` Run `nomad quota -h` for help on that subcommand. The following subcommands are available: diff --git a/website/content/commands/recommendation/index.mdx b/website/content/commands/recommendation/index.mdx index c0cf6f933..dbae1f81e 100644 --- a/website/content/commands/recommendation/index.mdx +++ b/website/content/commands/recommendation/index.mdx @@ -13,7 +13,9 @@ The `recommendation` command is used to interact with recommendations. ## Usage -Usage: `nomad recommendation [options]` +```plaintext +nomad recommendation [options] +``` Run `nomad recommendation -h` for help on that subcommand. The following subcommands are available: diff --git a/website/content/commands/scaling/index.mdx b/website/content/commands/scaling/index.mdx index 3ef8b4c46..48733e53d 100644 --- a/website/content/commands/scaling/index.mdx +++ b/website/content/commands/scaling/index.mdx @@ -11,7 +11,9 @@ The `scaling` command is used to interact with the scaling API. ## Usage -Usage: `nomad scaling [options]` +```plaintext +nomad scaling [options] +``` Run `nomad scaling -h` for help on that subcommand. The following subcommands are available: diff --git a/website/content/commands/sentinel/index.mdx b/website/content/commands/sentinel/index.mdx index 01c9f3c23..16dd80aba 100644 --- a/website/content/commands/sentinel/index.mdx +++ b/website/content/commands/sentinel/index.mdx @@ -13,7 +13,9 @@ The `sentinel` command is used to interact with Sentinel policies. ## Usage -Usage: `nomad sentinel [options]` +```plaintext +nomad sentinel [options] +``` Run `nomad sentinel -h` for help on that subcommand. The following subcommands are available: diff --git a/website/content/commands/server/index.mdx b/website/content/commands/server/index.mdx index 7081f1af9..89e81efeb 100644 --- a/website/content/commands/server/index.mdx +++ b/website/content/commands/server/index.mdx @@ -13,7 +13,9 @@ The `server` command is used to interact with servers. ## Usage -Usage: `nomad server [options]` +```plaintext +nomad server [options] +``` Run `nomad server -h` for help on that subcommand. The following subcommands are available: diff --git a/website/content/commands/service/index.mdx b/website/content/commands/service/index.mdx index 3e045addd..469d187bd 100644 --- a/website/content/commands/service/index.mdx +++ b/website/content/commands/service/index.mdx @@ -11,7 +11,9 @@ The `service` command is used to interact with the service API. ## Usage -Usage: `nomad service [options]` +```plaintext +nomad service [options] +``` Run `nomad service -h` for help on that subcommand. The following subcommands are available: diff --git a/website/content/commands/setup/index.mdx b/website/content/commands/setup/index.mdx index 6b5fb7d3f..0463070ac 100644 --- a/website/content/commands/setup/index.mdx +++ b/website/content/commands/setup/index.mdx @@ -19,7 +19,9 @@ versions of Nomad. ## Usage -Usage: `nomad setup [options]` +```plaintext +nomad setup [options] +``` Run `nomad setup -h` for help on that subcommand. The following subcommands are available: diff --git a/website/content/commands/system/index.mdx b/website/content/commands/system/index.mdx index 7e3193b81..99d11156c 100644 --- a/website/content/commands/system/index.mdx +++ b/website/content/commands/system/index.mdx @@ -12,7 +12,9 @@ used for system maintenance and should not be necessary for most users. ## Usage -Usage: `nomad system [options]` +```plaintext +nomad system [options] +``` Run `nomad system -h` for help on that subcommand. The following subcommands are available: diff --git a/website/content/commands/tls/cert-create.mdx b/website/content/commands/tls/cert-create.mdx index 67d7a92eb..8ed911330 100644 --- a/website/content/commands/tls/cert-create.mdx +++ b/website/content/commands/tls/cert-create.mdx @@ -14,7 +14,9 @@ configuration of the agents. ## Usage -Usage: `nomad tls cert create [options]` +```plaintext +nomad tls cert create [options] +``` ## Options diff --git a/website/content/commands/tls/index.mdx b/website/content/commands/tls/index.mdx index ba70b9be1..f817f2f52 100644 --- a/website/content/commands/tls/index.mdx +++ b/website/content/commands/tls/index.mdx @@ -11,7 +11,9 @@ The `tls` command is used to help with setting up a self signed CA and certifica ## Usage -Usage: `nomad tls [options]` +```plaintext +nomad tls [options] +``` Run `nomad tls -h` for help on that subcommand. The following subcommands are available: diff --git a/website/content/commands/var/index.mdx b/website/content/commands/var/index.mdx index d092a2c28..3d4df5282 100644 --- a/website/content/commands/var/index.mdx +++ b/website/content/commands/var/index.mdx @@ -11,7 +11,9 @@ The `var` command is used to interact with Nomad [variables]. ## Usage -Usage: `nomad var [options] [args]` +```plaintext +nomad var [options] [args] +``` Run `nomad var -h` for help on that subcommand. The following subcommands are available: diff --git a/website/content/commands/volume/index.mdx b/website/content/commands/volume/index.mdx index b1ef30aae..de0db6ef3 100644 --- a/website/content/commands/volume/index.mdx +++ b/website/content/commands/volume/index.mdx @@ -11,7 +11,9 @@ The `volume` command is used to interact with volumes. ## Usage -Usage: `nomad volume [options]` +```plaintext +nomad volume [options] +``` Run `nomad volume -h` for help on that subcommand. The following subcommands are available: