Title: vip app deploy-token generate
Published: July 7, 2026

---

 1. [VIP-CLI command reference](https://docs.wpvip.com/vip-cli/commands/)
 2. [vip app](https://docs.wpvip.com/vip-cli/commands/app/)
 3. [vip app deploy-token](https://docs.wpvip.com/vip-cli/commands/app/deploy-token/)
 4. vip app deploy-token generate

#  vip app deploy-token generate

Generate a custom deploy access token for an environment.

## Usage

    ```wp-block-preformatted
    vip app deploy-token generate [options]
    ```

## Options

| Option | Description | 
|  `-a`, `--app` |  [value] Target an application. Accepts a string value for the application name or an integer for the application ID. |  
|  `-e`, `--env` |  [value] Target an environment. Accepts a string value for the environment type. |  
|  `-f`, `--format` |  [value] Render output in a particular format. Accepts “table“ (default), “csv“, and “json“. |  
|  `-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

    ```wp-block-preformatted
    - Generate a custom deploy access token for the selected environment.$ vip @example-app.develop app deploy-token generate- Generate a custom deploy access token and print the result as JSON.$ vip @example-app.develop app deploy-token generate --format=json
    ```

Last updated: July 07, 2026