Files
nomad/website/content/docs/commands/sentinel/list.mdx
Aimee Ukasick 23fd87d9c9 Docs: Commands section move "General options" to page bottom (#26001)
* 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
2025-06-12 14:31:38 -05:00

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'