@tekmidian/pai 0.12.1 → 0.12.2
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.
- package/dist/cli/index.mjs +1 -1
- package/dist/cli/program.mjs +1 -1
- package/dist/daemon/index.mjs +2 -2
- package/dist/{daemon-BldK8-57.mjs → daemon-Ca7YXHUW.mjs} +4 -4
- package/dist/{daemon-BldK8-57.mjs.map → daemon-Ca7YXHUW.mjs.map} +1 -1
- package/dist/{pick-7Kg9DX7S.mjs → pick-C5sUQ5g_.mjs} +26 -10
- package/dist/pick-C5sUQ5g_.mjs.map +1 -0
- package/dist/{work-queue-worker-DHOIVVQ7.mjs → work-queue-worker-0tUMEhSS.mjs} +16 -1
- package/dist/{work-queue-worker-DHOIVVQ7.mjs.map → work-queue-worker-0tUMEhSS.mjs.map} +1 -1
- package/docs/commands/project.md +1 -0
- package/docs/commands/projects.md +1 -0
- package/package.json +1 -1
- package/dist/pick-7Kg9DX7S.mjs.map +0 -1
package/docs/commands/project.md
CHANGED
|
@@ -310,6 +310,7 @@ List named projects (your curated shortlist)
|
|
|
310
310
|
| Option | Description | Default |
|
|
311
311
|
|--------|-------------|---------|
|
|
312
312
|
| `--json` | Output JSON for AIBroker consumption | |
|
|
313
|
+
| `--all` | Include ALL active registered projects, not just the named shortlist | |
|
|
313
314
|
|
|
314
315
|
|
|
315
316
|
### pai project config [identifier]
|
|
@@ -310,6 +310,7 @@ List named projects (your curated shortlist)
|
|
|
310
310
|
| Option | Description | Default |
|
|
311
311
|
|--------|-------------|---------|
|
|
312
312
|
| `--json` | Output JSON for AIBroker consumption | |
|
|
313
|
+
| `--all` | Include ALL active registered projects, not just the named shortlist | |
|
|
313
314
|
|
|
314
315
|
|
|
315
316
|
### pai projects config [identifier]
|