Managing Globe Tokens
Create, list, and delete authentication tokens for the Globe CLI using globe token commands, enabling CI/CD integration and automated deployments.
globe token create
Creates a new authentication token that can be used to authenticate the CLI or other tools without requiring interactive login.
Flags
--name: Required. A descriptive name for the token--expiry: The expiration date of the token (format: YYYY-MM-DD)--project: Associate the token with specific project IDs (comma-separated)
Example
globe token create --name="CI/CD Token" --expiry="2024-12-31" --project="project-id-1,project-id-2"
Related Topics
- Globe CLI Overview - Learn about all available CLI commands
- Logging In and Out - Authenticate with your Globe account
- Deploying a Project - Deploy your application using the CLI
