зеркало из https://github.com/microsoft/lage.git
021c2f581e | ||
---|---|---|
.. | ||
bin | ||
src | ||
tests | ||
CHANGELOG.json | ||
CHANGELOG.md | ||
README.md | ||
jest.config.js | ||
package.json | ||
tsconfig.json |
README.md
@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