Loading...
Last updated on
The gensx env
command displays the name of the currently selected environment.
gensx env [options]
Option | Description |
---|---|
-p, --project <name> | Project name to show environment details for. |
-h, --help | Display help for the command. |
# Show the current environment
gensx env
# Show the current environment for a specific project
gensx env --project my-app
gensx login
)