mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
adds ACL token delete
This commit is contained in:
@@ -22,8 +22,10 @@ subcommands are available:
|
||||
* [`acl bootstrap`][bootstrap] - Bootstrap the initial ACL token
|
||||
* [`acl policy apply`][policyapply] - Create or update ACL policies
|
||||
* [`acl token create`][tokencreate] - Create new ACL token
|
||||
* [`acl token delete`][tokendelete] - Delete an existing ACL token
|
||||
|
||||
[bootstrap]: /docs/commands/acl/bootstrap.html
|
||||
[policyapply]: /docs/commands/acl/policy-apply.html
|
||||
[tokencreate]: /docs/commands/acl/token-create.html
|
||||
[tokendelete]: /docs/commands/acl/token-delete.html
|
||||
|
||||
|
||||
33
website/source/docs/commands/acl/token-delete.html.md.erb
Normal file
33
website/source/docs/commands/acl/token-delete.html.md.erb
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
layout: "docs"
|
||||
page_title: "Commands: acl token delete"
|
||||
sidebar_current: "docs-commands-acl-token-delete"
|
||||
description: >
|
||||
The token create command is used to delete existing ACL tokens.
|
||||
---
|
||||
|
||||
# Command: acl token delete
|
||||
|
||||
The `acl token delete` command is used to delete existing ACL tokens.
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
nomad acl token delete <token_accessor_id>
|
||||
```
|
||||
|
||||
The `acl token delete` command requires an existing token's AccessorID.
|
||||
|
||||
## General Options
|
||||
|
||||
<%= partial "docs/commands/_general_options" %>
|
||||
|
||||
## Examples
|
||||
|
||||
Delete an existing ACL token:
|
||||
|
||||
```
|
||||
$ nomad acl token delete d532c40a-30f1-695c-19e5-c35b882b0efd
|
||||
|
||||
Token d532c40a-30f1-695c-19e5-c35b882b0efd successfully deleted
|
||||
```
|
||||
Reference in New Issue
Block a user