Loading...
Last updated on
The gensx env unselect
command de-selects the currently selected environment for your project. This means subsequent commands will require explicit environment specification.
gensx env unselect [options]
Option | Description |
---|---|
-p, --project <name> | Project name to unselect the environment in. |
-h, --help | Display help for the command. |
# Unselect the current environment
gensx env unselect
# Unselect environment in a specific project
gensx env unselect --project my-app
gensx login
)gensx env
gensx env select