Use the export
command to export environments to a .envm
file.
Export all environments:
$ envm export
Export specific tags:
$ envm export <tags>
Note: You can export multiple environments by separating the tags with a space.
Specify the output directory of the environments file; if not specified, will be prompt for it during export.
$ envm export --output=<output-directory>
or
$ envm export -o <output-directory>