@rogatio/cli 1.3.0 → 1.4.0

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 +3 -3
  2. package/dist/node/index.js +4311 -2819
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -27,7 +27,7 @@ rogatio <command> [options]
27
27
  | `rogatio verify [path]` | Validate a `.rogatio.json` file (schema + compiler). |
28
28
  | `rogatio test [path] [url...]` | Run offline dry-run tests against `.rogatio.json`. |
29
29
  | `rogatio runtime <start\|stop\|status\|install\|trust\|untrust\|uninstall>` | Control the native messaging runtime and request-body trust. |
30
- | `rogatio runtime [path]` | Start the local mock runtime server. |
30
+ | `rogatio runtime-host <path>` | Start the consolidated native-messaging host for the project (mock/pair/authorize over stdio). |
31
31
 
32
32
  Global options: `--help, -h` and `--version, -v`. Run `rogatio <command> --help`
33
33
  for command-specific usage.
@@ -44,8 +44,8 @@ rogatio verify .rogatio.json
44
44
  # Dry-run rules against a set of URLs
45
45
  rogatio test .rogatio.json https://example.com/ https://example.com/app.js
46
46
 
47
- # Start the local mock runtime on the default port
48
- rogatio runtime
47
+ # Start the native-messaging host for the project (launched by the extension)
48
+ rogatio runtime-host .rogatio.json
49
49
  ```
50
50
 
51
51
  ## Exit codes