Mass Bundle New
mass bundle new
Create a new bundle from a template
Synopsis
Create a new bundle from a template
Use an existing Application Template to start building a new bundle. This command can run both in an interactive mode or using flags
To get started in interactive mode run mass bundle new then follow the prompts
Massdriver documentation on building bundles
Examples with Flags
Create a new bundle using an existing Terraform module to populate params:
mass bundle new -n foo -o massdriver -t terraform-module -c network=massdriver/vpc -p /path/to/terraform/dir
Create a new bundle using an existing Helm chart's values.yaml to populate params:
mass bundle new -n foo -o massdriver -t helm-chart -c network=massdriver/vpc -p /path/to/helm/values.yaml
mass bundle new [flags]
Options
  -c, --connections strings       Connections and names to add to the bundle - example: network=massdriver/vpc
  -d, --description string        Description of the new bundle
  -h, --help                      help for new
  -n, --name string               Name of the new bundle
  -o, --output-directory string   Directory to output the new bundle (default ".")
  -p, --params-directory string   Path with existing params to use - terraform module directory or helm chart values.yaml
  -t, --template-name string      Name of the bundle template to use
SEE ALSO
- mass bundle - Generate and publish bundles
 
OpenTofu Foundations - A FREE Weekly Workshop to Build your IaC Skills - LIMITED AVAILABILITY