Updated the envs#create command to support a new --profile parameter. If this parameter is passed, we create a Preview Environment instead of a standard environment.
Also added a new profile command that spits out the profile info so you know how your CLI has been configured.
Add an envs delete command in order to remove preview environments (or any other environment) once we are finished with it.
Updated the
envs#create
command to support a new--profile
parameter. If this parameter is passed, we create a Preview Environment instead of a standard environment.Also added a new
profile
command that spits out the profile info so you know how your CLI has been configured.Add an
envs delete
command in order to remove preview environments (or any other environment) once we are finished with it.