Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 410 Bytes

checkout.md

File metadata and controls

23 lines (15 loc) · 410 Bytes

checkout command

Use the checkout command to switch between environments.

$ envm checkout <environment>

It can also be used to create an empty environment using the --force option.

$ envm checkout <environment> --force

Flags

--force or -f

Forces the checkout, creating an environment if it does not exist.

$ envm checkout <environment> --force