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
Forces the checkout, creating an environment if it does not exist.
$ envm checkout <environment> --force