open-nomad/website/content/docs/commands/recommendation/index.mdx

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

31 lines
1.1 KiB
Plaintext
Raw Normal View History

---
layout: docs
page_title: 'Commands: recommendation'
description: |
The recommendation command is used to interact with recommendations.
---
# Command: recommendation
The `recommendation` command is used to interact with recommendations.
~> Recommendation commands are new in Nomad 1.0 and are only available with
Nomad Enterprise.
## Usage
Usage: `nomad recommendation <subcommand> [options]`
Run `nomad recommendation <subcommand> -h` for help on that subcommand. The following
subcommands are available:
- [`recommendation apply`][recommendationapply] - Apply one or more Nomad recommendations
- [`recommendation dismiss`][recommendationdismiss] - Dismiss one or more Nomad recommendations
- [`recommendation info`][recommendationinfo] - Display an individual Nomad recommendation
- [`recommendation list`][recommendationlist] - Display all Nomad recommendations
[recommendationapply]: /nomad/docs/commands/recommendation/apply
[recommendationdismiss]: /nomad/docs/commands/recommendation/dismiss
[recommendationinfo]: /nomad/docs/commands/recommendation/info
[recommendationlist]: /nomad/docs/commands/recommendation/list