Files
nomad/website/content/docs/commands/acl/auth-method/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

37 lines
772 B
Plaintext

---
layout: docs
page_title: 'nomad acl auth-method list command reference'
description: |
The `nomad acl auth-method list` command lists existing access control list (ACL) authentication methods.
---
# `nomad acl auth-method list` command reference
The `acl auth-method list` command is used to list existing ACL Auth Methods.
## Usage
```plaintext
nomad acl auth-method list [options]
```
## Options
- `-json` : Output the ACL auth-methods in a JSON format.
- `-t` : Format and display the ACL auth-methods using a Go template.
## Examples
List all ACL Auth Methods:
```shell-session
$ nomad acl auth-method list
Name Type Default
example-acl-auth-method OIDC false
```
## General options
@include 'general_options_no_namespace.mdx'