lage/packages/e2e-tests
Ken Chau 12bb260fe0 applying package updates 2023-02-15 16:51:15 +00:00
..
src Promoting v2 to be latest! (#572) 2023-02-07 15:49:19 -08:00
yarn Fixed E2E tests to use the @lage-run/lage package instead of the broken out "cli" package (#544) 2023-01-19 00:28:26 +00:00
README.md @lage-run/cli package - run command (#323) 2022-08-23 00:49:09 -07:00
jest.config.js @lage-run/cli package - run command (#323) 2022-08-23 00:49:09 -07:00
package.json applying package updates 2023-02-15 16:51:15 +00:00
tsconfig.json cleaning up the tsconfig files (#470) 2022-11-01 13:38:56 -07:00

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