mirror of
https://github.com/coder/coder.git
synced 2026-09-23 05:43:53 +08:00
Adds a new subcommand to print the current session token for use in scripts and automation, similar to `gh auth token`. ## Usage ```bash CODER_SESSION_TOKEN=$(coder login token) ``` Fixes #21515
223 B
Generated
223 B
Generated
login token
Print the current session token
Usage
coder login token
Description
Print the session token for use in scripts and automation.