@labelbox/recursion-cli 0.0.43 → 0.0.44

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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -60,7 +60,7 @@ restate them here.
60
60
 
61
61
  The CLI is released independently of the SDK (it no longer depends on it): a
62
62
  `packages/cli/**` change cuts a CLI release via the **Release / CLI** GitHub
63
- Action — see `yarn dx help release`.
63
+ Action — see `yarn commands release`.
64
64
 
65
65
  From a monorepo checkout, run the bin directly without installing:
66
66
 
@@ -102,7 +102,7 @@ rl synthesizer-runs trigger --problem-version-id pv_01HX... --from-json ./run.js
102
102
  There is **nothing to regenerate or commit** for the CLI — the command surface is
103
103
  fetched fresh from the target server's `GET /cli/manifest` on every run, so a backend
104
104
  change flows through automatically after deploy with no CLI step. The manifest itself
105
- is assembled by `yarn dx manifest:generate` (wired into `dx codegen`) from the
105
+ is assembled by `yarn generate cli:manifest` (included in `yarn generate prerequisites`) from the
106
106
  spec-derived reference files and embedded into the backend; to add or change a
107
107
  command, change the backend `@SdkRoute` — not this package.
108
108
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@labelbox/recursion-cli",
3
- "version": "0.0.43",
3
+ "version": "0.0.44",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",