Deploy Tokens
Overview
Deploy tokens provide secure authentication for automated deployment systems, CI/CD pipelines, and external tools to interact with your Tapitalee application. These tokens offer scoped access control, allowing deployment operations without sharing personal credentials or compromising security.
Token Permissions
Deploy tokens can perform:
- Deployments: Create and manage application deployments
- Image Operations: Build, push, and deploy container images
- Process Management: Restart processes and view status
- Variable Access: Read environment variables (limited write access)
- Log Access: View application logs and events
- Status Queries: Check application and resource status
CLI Usage
Create Deploy Token
tapit create deploy_token description='token description'Required Parameters
description: Human-readable description of the token’s purpose
List Deploy Tokens
tapit list deploy_tokensShows all deploy tokens for your application with their status and usage information.
Delete Deploy Token
tapit delete deploy_token id=token_idPermanently revokes a deploy token, immediately preventing its use.