Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 2.44 KB

astro-deployment-token-list.md

File metadata and controls

53 lines (40 loc) · 2.44 KB
sidebar_label title id description hide_table_of_contents sidebar_custom_props
astro deployment token list
astro deployment token list
astro-deployment-token-list
List your Deployment API tokens.
true
icon
img/term-icon.png

:::cliastroonly :::

List all API tokens belonging to a Deployment.

To use an API token in an automated process, see Authenticate an automation tool.

Usage

astro deployment token list --deployment-id=<deployment-id>

Options

Option Description Possible Values
--deployment-id The Deployment to list tokens for. A valid Deployment ID
--verbosity The log level. debug, info, warn, error, fatal, or panic. Default is warn.
--workspace-id The Workspace ID for the Deployment. A valid Workspace ID

Output

Output Description Data Type
ID The token ID. String
NAME The name of the token. String
DESCRIPTION The description of the API Token. String
SCOPE Whether the API Token is scoped to a Deployment, Workspace, or Organization. String
CREATED How long ago the token was created in days. String
CEATED BY The name of the user entity who created the token. String

Examples

# List tokens for a single Deployment
astro deployment token list --deployment-id=clukapi6r000008l58530cg8i

Related Commands