Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 957 Bytes

File metadata and controls

23 lines (19 loc) · 957 Bytes
id cli
title CLI options

Global 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.