vip app deploy-token
Generate and manage custom deploy access tokens for environments that have Custom Deployment enabled.
Usage
vip app deploy-token [options]
Options
| Option | Description |
|---|---|
-h, --help |
Retrieve a description, examples, and available options for a (sub)command. (default: false) |
-v, --version |
Retrieve the version number of VIP-CLI currently installed on the local machine. (default: false) |
-d, --debug |
[value] Generate verbose output during command execution to help identify or fix errors or bugs. |
Examples
- Generate a custom deploy access token for an environment that already has Custom Deployment enabled.
$ vip @example-app.develop app deploy-token generate
- Generate a token and extract the token value for scripting workflows.
$ vip @example-app.develop app deploy-token generate --format=json | jq -r '.[0].token'
Subcommands
| Name | Description |
|---|---|
generate |
Generate a custom deploy access token for an environment. |
Last updated: July 07, 2026