Add a build argument

Manage build arguments for your Velocity configuration

Some application deployments require additional build commands and arguments to be injected into the Docker build process. This can include Git tokens, SSH keys, config values and the like.

You can add commands and arguments during the Wizard steps too! See the walkthrough relevant to your IDE: JetBrains walkthrough or Visual Studio Code walkthrough.

To update or add a build command or argument for an existing run configuration:

  1. Navigate to Edit Configurations... and for the relevant configuration, choose the Build tab.

  2. From the Docker arguments table, click + to add a key-value pair in the Docker arguments input window, and click OK.

  3. Click Apply to save your changes.

Last updated