astro workspace token rotate
info
This command is only available on Astro.
Rotate a Workspace API token in your current Workspace.
Usage
astro workspace token rotate <flags>
Options
Option | Description | Valid Values |
---|---|---|
--clean-output | Print only the token as output. Use this flag in automated workflows. | None |
--force | Rotate the token without showing a warning | None |
--name | The name for the token. | Any string surrounded by quotations |
Examples
astro workspace token rotate --name "My token" --force