ripplo 0.4.16 → 0.4.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/dist/index.js +264 -186
  3. package/package.json +4 -4
package/README.md CHANGED
@@ -46,7 +46,7 @@ Two things won't carry over automatically:
46
46
  | `ripplo auth logout` | Remove the saved token |
47
47
  | `ripplo init` | Scaffold `.ripplo/` and write `RIPPLO_*` env vars |
48
48
  | `ripplo watch` | Subscribe to run requests; execute tests against your dev server |
49
- | `ripplo run [ids..]` | Run tests in parallel (all if no ids) |
49
+ | `ripplo run [ids..]` | Run tests in parallel (defaults to scope + dirty tests; `--all` for full suite) |
50
50
  | `ripplo lint [ids..]` | Compile and lint; writes `.ripplo/ripplo.lock` |
51
51
  | `ripplo compile [--check]` | Rebuild the lockfile (`--check` = exit non-zero if stale; for CI/hooks) |
52
52
  | `ripplo sync` | Push the compiled `.ripplo/` resources to the server (no run; useful for debugging sync state) |