open-nomad/website/source/docs/commands/sentinel/list.html.md.erb
Alex Dadgar e5ec915ac3 sync
2017-09-19 10:08:23 -05:00

34 lines
646 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.
## Usage
```
nomad sentinel list [options]
```
The `sentinel list` command requires no arguments.
## General Options
<%= partial "docs/commands/_general_options" %>
## Examples
List all policies:
```
$ nomad sentinel list
Name Scope Enforcement Level Description
foo submit-job advisory my test policy
```