open-nomad/website/content/docs/commands/config/index.mdx
Ashlee M Boyer 57f8ebfa26
docs: Migrate link formats (#15779)
* 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>
2023-01-25 09:31:14 -08:00

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'