Skip to content

Files

Latest commit

78fe297 · Mar 6, 2024

History

History
31 lines (21 loc) · 550 Bytes

export.md

File metadata and controls

31 lines (21 loc) · 550 Bytes

export command

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.

Options

--output= or -o

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>