Command Reference
enx provides commands for project navigation, environment management, task running, and more.
Overview
| Command | Description |
|---|---|
enx cd |
Navigate to a project directory by name |
enx up |
Bootstrap the project environment |
enx down |
Tear down the project environment |
enx start |
Start the project |
enx run |
Run a custom task |
enx env |
Switch environment configuration |
enx init |
Initialize a new project |
enx clone |
Clone a repo and register it |
enx remove |
Remove a project from the registry |
enx projects |
List registered projects |
enx open |
Open a URL or command target |
enx setup |
Initial enx setup and shell integration |
Any unrecognized subcommand is treated as
enx run <subcommand>. For example,enx lintis equivalent toenx run lint.