github.com/smintz/nomad@v0.8.3/website/source/docs/commands/sentinel.html.md.erb (about)

     1  ---
     2  layout: "docs"
     3  page_title: "Commands: sentinel"
     4  sidebar_current: "docs-commands-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.html
    29  [list]: /docs/commands/sentinel/list.html
    30  [read]: /docs/commands/sentinel/read.html
    31  [apply]: /docs/commands/sentinel/apply.html