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

     1  ---
     2  layout: "docs"
     3  page_title: "Commands: sentinel list"
     4  sidebar_current: "docs-commands-sentinel-list"
     5  description: >
     6    The sentinel list command is used to list all installed Sentinel policies.
     7  ---
     8  
     9  # Command: sentinel list
    10  
    11  The `sentinel list` command is used to display all the installed 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  ```
    19  nomad sentinel list [options]
    20  ```
    21  
    22  The `sentinel list` command requires no arguments.
    23  
    24  ## General Options
    25  
    26  <%= partial "docs/commands/_general_options" %>
    27  
    28  ## Examples
    29  
    30  List all policies:
    31  
    32  ```
    33  $ nomad sentinel list
    34  Name  Scope       Enforcement Level  Description
    35  foo   submit-job  advisory           my test policy
    36  ```