lage/packages/cli
Ken Chau 021c2f581e applying package updates 2024-11-18 23:22:30 +00:00
..
bin Adds support for background service mode for info command (#790) 2024-10-02 13:22:44 -07:00
src adding sourcemaps when doing compile; adds shouldRun() capability on a per-target basis (#819) 2024-11-08 11:40:36 -08:00
tests LAGE_WORKER_SERVER had an incorrect server launch arg for the info command (#792) 2024-10-07 12:29:53 -07:00
CHANGELOG.json applying package updates 2024-11-18 23:22:30 +00:00
CHANGELOG.md applying package updates 2024-11-18 23:22:30 +00:00
README.md
jest.config.js
package.json applying package updates 2024-11-18 23:22:30 +00:00
tsconfig.json

README.md

@lage-run/cli

This is the command line interface (CLI) for lage. It contains the logic to tie everything together:

  1. parses CLI arguments via commander
  2. initializes the various commands
  3. for running the targets, there are some reserved options for lage, but the rest are passed through to the scripts
  4. figures out the filtered packages as entry points (dependencies are also run, unless --no-dependents are specified)
  5. scheduler, reporter, cache, logger are initialized and run