Web CLI

Try the CLI right here in your browser!
This uses a demo project you can view in the Project Files below.

You may have a better experience with the Web CLI on desktop.
$ pacwich
Notes:
  • See the full CLI documentation here.
  • This isn't a full bash shell, so shell operations beyond providing args to pacwich aren't supported.
  • Features not supported:
    • Inline scripts
    • appending args to scripts (--args or -- [args])
    • changing the working directory via --cwd
    • git-based affected diffs, which affected list/affected run use by default (with or without --base/--head). Pass --files instead to provide a list of changed files manually.