Files
coder/cli/testdata/coder_tokens_create_--help.golden
2023-03-23 17:42:20 -05:00

14 lines
332 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Usage: coder tokens create [flags]
Create a token
Options
--lifetime duration, $CODER_TOKEN_LIFETIME (default: 720h0m0s)
Specify a duration for the lifetime of the token.
-n, --name string, $CODER_TOKEN_NAME
Specify a human-readable name.
---
Run `coder --help` for a list of global options.