Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pkazmierczak committed Jan 3, 2025
1 parent 19e7335 commit 3f8db12
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion command/operator_root_keyring_remove.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ General Options:
` + generalOptionsUsage(usageOptsDefault|usageOptsNoNamespace) + `
Keyring Options:
Remove Options:
-force
Remove the key even if it was used to sign an existing variable
Expand Down
5 changes: 5 additions & 0 deletions website/content/api-docs/operator/keyring.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,11 @@ The table below shows this endpoint's support for [blocking queries] and
|------------------|--------------|
| `NO` | `management` |

### Parameters

- `force` `(bool: false)` - Remove the key even if it was used to sign an existing variable
or workload identity.

### Sample Request

```shell-session
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ nomad operator root keyring remove [options] <key ID>

@include 'general_options.mdx'

## Remove Options

- `-force`: Remove the key even if it was used to sign an existing variable
or workload identity.


## Examples

```shell-session
Expand Down

0 comments on commit 3f8db12

Please sign in to comment.