Skip to main content

envshed token

Manage your authentication token.

Subcommands

envshed token set

Set an API token directly.

envshed token set <token>

envshed token show

Display the current token (masked for security).

$ envshed token show
envshed_abc...xyz9

envshed token clear

Remove the saved token.

envshed token clear

Notes

Tokens are stored in ~/.envshed/config.json. The envshed login command also writes to this file — envshed token set is an alternative for scripts or CI/CD environments where browser-based login isn't possible.