Skip to main content

Mass Package Configure

mass package configure

Configure package

Synopsis

Configure infrastructure on Massdriver.

Your IaC must be published as a bundle to Massdriver first and be added to an environment's canvas.

This command will replace the full configuration of an infrastructure package in Massdriver.

Examples

You can configure the package using the slug identifier.

The slug can be found by hovering over the bundle in the Massdriver diagram. The package slug is a combination of the <project-slug>-<env-slug>-<manifest-slug>

Note: Parameter files support bash interpolation.

mass package configure ecomm-prod-vpc --params=params.json
mass package configure <project>-<env>-<manifest> [flags]

Examples

mass package configure ecomm-prod-vpc --params=params.json

Options

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

SEE ALSO

  • mass package - Manage packages of IaC deployed in environments.