Files
nomad/website/source/docs/commands/sentinel/list.html.md.erb
Charlie Voiselle 0c359d1a21 Fixup for command section of website
* changed list indicator from * -> -
* moved in-text links to reference links
* made commands `plaintext`
* made command examples `console`
* rewrapped text
2019-10-22 17:42:08 -04:00

38 lines
749 B
Plaintext

---
layout: "docs"
page_title: "Commands: sentinel list"
sidebar_current: "docs-commands-sentinel-list"
description: >
The sentinel list command is used to list all installed Sentinel policies.
---
# Command: sentinel list
The `sentinel list` command is used to display all the installed Sentinel
policies.
~> Sentinel commands are new in Nomad 0.7 and are only available with Nomad
Enterprise.
## Usage
```plaintext
nomad sentinel list [options]
```
The `sentinel list` command requires no arguments.
## General Options
<%= partial "docs/commands/_general_options" %>
## Examples
List all policies:
```shell
$ nomad sentinel list
Name Scope Enforcement Level Description
foo submit-job advisory my test policy
```