mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
* changed list indicator from * -> - * moved in-text links to reference links * made commands `plaintext` * made command examples `console` * rewrapped text
38 lines
749 B
Plaintext
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
|
|
```
|