mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 02:45:42 +03:00
* Enhance front matter description for search * acl section * alloc section * config section * deployment section * eval section * job section * license section * namespace section * node section * node pool section * operator section * plugin section * quota section * recommendation section * scaling section * sentinel section * server section * service section * setup section * system section * tls section * var section * volume section * change reference to command reference * Apply suggestions from code review Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com> --------- Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
30 lines
994 B
Plaintext
30 lines
994 B
Plaintext
---
|
|
layout: docs
|
|
page_title: 'nomad sentinel command reference'
|
|
description: |
|
|
The `nomad sentinel` command interacts with Sentinel policies in Nomad Enterprise. Create, update, and delete a policy. Inspect and list policies.
|
|
---
|
|
|
|
# `nomad sentinel` command reference
|
|
|
|
The `sentinel` command is used to interact with Sentinel policies.
|
|
|
|
<EnterpriseAlert product="nomad"/>
|
|
|
|
## Usage
|
|
|
|
Usage: `nomad sentinel <subcommand> [options]`
|
|
|
|
Run `nomad sentinel <subcommand> -h` for help on that subcommand. The following
|
|
subcommands are available:
|
|
|
|
- [`sentinel apply`][apply] - Create a new or update existing Sentinel policies
|
|
- [`sentinel delete`][delete] - Delete an existing Sentinel policies
|
|
- [`sentinel list`][list] - Display all Sentinel policies
|
|
- [`sentinel read`][read] - Inspects an existing Sentinel policies
|
|
|
|
[delete]: /nomad/docs/commands/sentinel/delete
|
|
[list]: /nomad/docs/commands/sentinel/list
|
|
[read]: /nomad/docs/commands/sentinel/read
|
|
[apply]: /nomad/docs/commands/sentinel/apply
|