Skip to main content

Mass Package Get

mass package get

Get a package

Synopsis

Get Package

Retrieves detailed information about a specific package from Massdriver.

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

Usage

mass package get <package-slug>

Examples

# Get details for a VPC package in the ecommerce production environment
mass package get ecomm-prod-vpc

The package slug can be found by hovering over the bundle in the Massdriver diagram. It follows the format: <project-slug>-<env-slug>-<manifest-slug>.

mass package get  <project>-<env>-<manifest> [flags]

Examples

mass package get ecomm-prod-vpc

Options

  -h, --help            help for get
-o, --output string Output format (text or json) (default "text")

SEE ALSO

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