Skip to main content

Mass Environment Export

mass environment export​

Export an environment from Massdriver

Synopsis​

Export Environment Details

Exports an environment to the local filesystem. This is useful for backups and migrations.

Data will be exported in a tiered file structure, with directory names as the environment/instance slugs:

env
├── instance1
│ ├── <data...>
├── instance2
│ ├── <data...>

For information about what will be exported for each instance, refer to the mass instance export command.

Usage​

mass environment export <project-slug>

Examples​

# Export the "prod" environment in the "web" project
mass environment export web-prod
mass environment export [environment] [flags]

Options​

  -h, --help   help for export

SEE ALSO​