github.com/Ilhicas/nomad@v1.0.4-0.20210304152020-e86851182bc3/website/content/docs/commands/sentinel/list.mdx (about)

     1  ---
     2  layout: docs
     3  page_title: 'Commands: sentinel list'
     4  sidebar_title: 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
    12  policies.
    13  
    14  ~> Sentinel commands are new in Nomad 0.7 and are only available with Nomad
    15  Enterprise.
    16  
    17  ## Usage
    18  
    19  ```plaintext
    20  nomad sentinel list [options]
    21  ```
    22  
    23  The `sentinel list` command requires no arguments.
    24  
    25  Sentinel commands are only available when ACLs are enabled. This command
    26  requires a management token.
    27  
    28  ## General Options
    29  
    30  @include 'general_options_no_namespace.mdx'
    31  
    32  ## Examples
    33  
    34  List all policies:
    35  
    36  ```shell-session
    37  $ nomad sentinel list
    38  Name  Scope       Enforcement Level  Description
    39  foo   submit-job  advisory           my test policy
    40  ```