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