open-nomad/website/pages/docs/commands/sentinel/list.mdx
2020-05-18 16:53:06 -04:00

38 lines
711 B
Plaintext

---
layout: docs
page_title: 'Commands: sentinel list'
sidebar_title: 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
@include 'general_options.mdx'
## Examples
List all policies:
```shell-session
$ nomad sentinel list
Name Scope Enforcement Level Description
foo submit-job advisory my test policy
```