Environment Commands¶
Work in Progress
This page is currently under development.
Overview¶
The env
command group contains all commands related to managing environments, including creation, switching between environments, and environment-specific configuration.
Commands¶
env list¶
List all environments.
Bash | |
---|---|
env current¶
Show the current active environment.
Bash | |
---|---|
env create¶
Create a new environment.
Bash | |
---|---|
env use¶
Switch to a different environment.
Bash | |
---|---|
env delete¶
Delete an environment.
Bash | |
---|---|
env vars¶
Manage environment variables.
Bash | |
---|---|
Detailed Documentation¶
Complete documentation for each command will be added in a future update.