astro deployment token rotate
astro only
This command is only available on Astro.
Rotate an Astro Deployment API Token.
To use your API token in an automated process, see Authenticate an automation tool.
Usage
astro deployment token rotate <token-id> --deployment-id=<deployment-id> [flags]
Options
Option | Description | Possible Values |
---|---|---|
-c ,--clean-output | Print only the token as output. Use when writing scripts that run the command. | N/A |
-f , --force | Rotate the Deployment API token without showing a warning. | N/A |
-t ,--name | The name of the token to be rotated. If the name contains a space, specify the entire name within quotes "". | String |
Examples
astro deployment token rotate --deployment-id=clukapi6r000008l58530cg8i --name "My token"