@lage-run/cli
v0.24.3
Published
Command Line Interface for Lage
Downloads
900
Readme
@lage-run/cli
This is the command line interface (CLI) for lage. It contains the logic to tie everything together:
- parses CLI arguments via
commander
- initializes the various commands
- for running the targets, there are some reserved options for lage, but the rest are passed through to the scripts
- figures out the filtered packages as entry points (dependencies are also run, unless --no-dependents are specified)
- scheduler, reporter, cache, logger are initialized and run