Skip to content

Commit

Permalink
add docs for missing accessor flag in token renew command
Browse files Browse the repository at this point in the history
  • Loading branch information
bosouza committed Jan 10, 2025
1 parent 035b7e6 commit 197d31c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/content/docs/commands/token/renew.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,6 @@ flags](/vault/docs/commands) included on all commands.
Vault will not honor this request for periodic tokens. If not supplied, Vault will use
the default TTL. This is specified as a numeric string with suffix like "30s"
or "5m". This is aliased as "-i".

- `-accessor` `(bool: false)` - Treat the argument as an accessor instead of a
token. When this option is selected, the output will NOT include the token.

0 comments on commit 197d31c

Please sign in to comment.