github.com/hspak/nomad@v0.7.2-0.20180309000617-bc4ae22a39a5/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  # Nomad Sentinel
    10  
    11  Command: `nomad sentinel`
    12  
    13  The `sentinel` command is used to interact with Sentinel policies.
    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.html
    28  [list]: /docs/commands/sentinel/list.html
    29  [read]: /docs/commands/sentinel/read.html
    30  [apply]: /docs/commands/sentinel/apply.html