github.com/adityamillind98/nomad@v0.11.8/website/pages/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 ## General Options 26 27 @include 'general_options.mdx' 28 29 ## Examples 30 31 List all policies: 32 33 ```shell-session 34 $ nomad sentinel list 35 Name Scope Enforcement Level Description 36 foo submit-job advisory my test policy 37 ```