github.com/hspak/nomad@v0.7.2-0.20180309000617-bc4ae22a39a5/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 ## Usage 14 15 ``` 16 nomad sentinel list [options] 17 ``` 18 19 The `sentinel list` command requires no arguments. 20 21 ## General Options 22 23 <%= partial "docs/commands/_general_options" %> 24 25 ## Examples 26 27 List all policies: 28 29 ``` 30 $ nomad sentinel list 31 Name Scope Enforcement Level Description 32 foo submit-job advisory my test policy 33 ```