Skip to main content

Mass Application Configure

mass application configure

Configure application

Synopsis

Configure applications on Massdriver.

Your application must be published as a bundle to Massdriver first and be added to an environment (target).

Examples

You can configure applications using the fully qualified name, its slug, or its ID.

The slug can be found by hovering over the bundle in the Massdriver diagram.

Note: Parameter files support bash interpolation.

Using the fully qualified name:

mass application configure ecomm-prod-api --params=params.json

Using the slug:

mass app cfg ecomm-prod-api-x12g -p params.json

Using the ID:

mass app cfg DC8F1D9B-BD82-4E5A-9C40-8653BC794ABC -p params.json
mass application configure <project>-<target>-<manifest> [flags]

Options

  -h, --help            help for configure
-p, --params string Path to params JSON file. This file supports bash interpolation. (default "./params.json")

SEE ALSO