mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 02:45:42 +03:00
* sectionless files plus acl section * alloc section * config, deployment sections * job section * licence, namespace * node, node-pool * operator * plugin, quota, recommendation * scaling, sentinel, server, service, system, var, volume * Add "ENT" label to left nav for enterprise commands * job tag break into separate folder and files; update options header
39 lines
813 B
Plaintext
39 lines
813 B
Plaintext
---
|
|
layout: docs
|
|
page_title: 'nomad sentinel list command reference'
|
|
description: |
|
|
The `nomad sentinel list` command displays a list all Sentinel policies installed in Nomad Enterprise.
|
|
---
|
|
|
|
# `nomad sentinel list` command reference
|
|
|
|
The `sentinel list` command is used to display all the installed Sentinel
|
|
policies.
|
|
|
|
<EnterpriseAlert product="nomad"/>
|
|
|
|
## Usage
|
|
|
|
```plaintext
|
|
nomad sentinel list [options]
|
|
```
|
|
|
|
The `sentinel list` command requires no arguments.
|
|
|
|
Sentinel commands are only available when ACLs are enabled. This command
|
|
requires a management token.
|
|
|
|
## Examples
|
|
|
|
List all policies:
|
|
|
|
```shell-session
|
|
$ nomad sentinel list
|
|
Name Scope Enforcement Level Description
|
|
foo submit-job advisory my test policy
|
|
```
|
|
|
|
## General options
|
|
|
|
@include 'general_options_no_namespace.mdx'
|