Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.42 KB

astro-organization-token-rotate.md

File metadata and controls

42 lines (30 loc) · 1.42 KB
sidebar_label title id description hide_table_of_contents sidebar_custom_props
astro organization token rotate
astro organization token rotate
astro-organization-token-rotate
Rotate an Organization API token.
true
icon
img/term-icon.png

:::info

This command is only available on Astro.

:::

Rotate an Organization API token.

Usage

astro organization 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 organization token rotate --name "My token" --force

Related commands