github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/website/content/docs/commands/sentinel/index.mdx (about) 1 --- 2 layout: docs 3 page_title: 'Commands: sentinel' 4 description: | 5 The sentinel command is used to interact with Sentinel policies. 6 --- 7 8 # Command: sentinel 9 10 The `sentinel` command is used to interact with Sentinel policies. 11 12 ~> Sentinel commands are new in Nomad 0.7 and are only available with Nomad 13 Enterprise. 14 15 ## Usage 16 17 Usage: `nomad sentinel <subcommand> [options]` 18 19 Run `nomad sentinel <subcommand> -h` for help on that subcommand. The following 20 subcommands are available: 21 22 - [`sentinel apply`][apply] - Create a new or update existing Sentinel policies 23 - [`sentinel delete`][delete] - Delete an existing Sentinel policies 24 - [`sentinel list`][list] - Display all Sentinel policies 25 - [`sentinel read`][read] - Inspects an existing Sentinel policies 26 27 [delete]: /docs/commands/sentinel/delete 28 [list]: /docs/commands/sentinel/list 29 [read]: /docs/commands/sentinel/read 30 [apply]: /docs/commands/sentinel/apply