mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 12:26:34 +02:00
Clarify token-revoke operation
This commit is contained in:
parent
5d7824e657
commit
691052c3f4
@ -65,7 +65,7 @@ func (c *TokenRevokeCommand) Run(args []string) int {
|
||||
return 2
|
||||
}
|
||||
|
||||
c.Ui.Output("Revocation successful.")
|
||||
c.Ui.Output("Token revoked if it existed")
|
||||
return 0
|
||||
}
|
||||
|
||||
|
||||
@ -58,7 +58,7 @@ After a token is created, you can revoke it with `vault token-revoke`:
|
||||
|
||||
```
|
||||
$ vault token-revoke c2c2fbd5-2893-b385-6fa5-30050439f698
|
||||
Revocation successful.
|
||||
Token revoked if it existed
|
||||
```
|
||||
|
||||
In a previous section, we use the `vault revoke` command. This command
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user