docs: update coder_token_lifetime description to include units and examples (#20516)

This commit is contained in:
david-fraley
2025-10-28 15:15:57 +00:00
committed by GitHub
parent 659f89e079
commit cf93c34172
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ coder tokens create [flags]
| Type | <code>string</code> |
| Environment | <code>$CODER_TOKEN_LIFETIME</code> |
Specify a duration for the lifetime of the token.
Duration for the token lifetime. Supports standard Go duration units (ns, us, ms, s, m, h) plus d (days) and y (years). Examples: 8h, 30d, 1y, 1d12h30m.
### -n, --name