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 teired file structure, with directory names as the environment/package slugs:
env
├── package1
│ ├── <data...>
├── package2
│ ├── <data...>
For information about what will be exported for each package, refer to the mass package 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
- mass environment - Environment management