57f8ebfa26
* Adding check-legacy-links-format workflow * Adding test-link-rewrites workflow * chore: updates link checker workflow hash * Migrating links to new format Co-authored-by: Kendall Strautman <kendallstrautman@gmail.com>
22 lines
510 B
Plaintext
22 lines
510 B
Plaintext
---
|
|
layout: docs
|
|
page_title: 'Commands: config'
|
|
description: |
|
|
The config command interacting with configurations.
|
|
---
|
|
|
|
# Command: config
|
|
|
|
The `config` command is used to interact with configurations.
|
|
|
|
## Usage
|
|
|
|
Usage: `nomad config <subcommand> [options]`
|
|
|
|
Run `nomad config <subcommand> -h` for help on that subcommand. The
|
|
following subcommands are available:
|
|
|
|
- [`config validate`][validate] - Validate configuration files
|
|
|
|
[validate]: /nomad/docs/commands/config/validate 'Validate configuration files'
|