| id | cli |
|---|---|
| title | CLI options |
| Option | Type | Default | Description |
|---|---|---|---|
-E, --env |
stringToString |
set env variable for running command KEY=VALUE (default []) | |
--all |
bool |
false | show all commands (include hidden commands which start with _) |
--init |
bool |
false | creates a new lets.yaml in the current folder |
--only |
stringArray |
run only specified command(s) described in cmd as map | |
--exclude |
stringArray |
run all but excluded command(s) described in cmd as map | |
--no-depends |
bool |
false | skip 'depends' for running command |
-c, --config |
string |
lets.yaml | specify config |
-d, --debug |
bool |
false | verbose logs |
-h, --help |
help for lets | ||
-v, --version |
version for lets |
Upgrade the lets binary with lets self upgrade.
Migrate deprecated config syntax with lets self fix. Use lets self fix --dry-run to print migrated config content before writing files.