open-nomad/website/pages/docs/commands/recommendation/index.mdx
James Rasell d20e2d773c
docs: add recommendation CLI documentation. (#9288)
Co-authored-by: Chris Baker <1675087+cgbaker@users.noreply.github.com>
2020-11-06 16:30:24 +01:00

32 lines
1.1 KiB
Plaintext

---
layout: docs
page_title: 'Commands: recommendation'
sidebar_title: 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]: /docs/commands/recommendation/apply
[recommendationdismiss]: /docs/commands/recommendation/dismiss
[recommendationinfo]: /docs/commands/recommendation/info
[recommendationlist]: /docs/commands/recommendation/list