@keystrokehq/cli 0.1.61 → 0.1.62
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/README.md +1 -1
- package/dist/dist-BS0qm1w4.mjs.map +1 -1
- package/dist/index.mjs +204 -230
- package/dist/index.mjs.map +1 -1
- package/dist/{maybe-auto-update-shke2A4n.mjs → maybe-auto-update-gui95aub.mjs} +2 -2
- package/dist/{maybe-auto-update-shke2A4n.mjs.map → maybe-auto-update-gui95aub.mjs.map} +1 -1
- package/dist/skills-bundle/_AGENTS.mcp.md +14 -13
- package/dist/skills-bundle/_AGENTS.md +53 -20
- package/dist/{version-CITcX7L_.mjs → version-DlVvrcdK.mjs} +1 -2
- package/dist/version-DlVvrcdK.mjs.map +1 -0
- package/package.json +1 -1
- package/dist/version-CITcX7L_.mjs.map +0 -1
package/README.md
CHANGED
|
@@ -75,7 +75,7 @@ Existing commands do not require auth yet. Use `resolveCliAuth()` when adding pr
|
|
|
75
75
|
|
|
76
76
|
### Platform commands
|
|
77
77
|
|
|
78
|
-
Org-scoped platform commands
|
|
78
|
+
Org-scoped platform commands require `keystroke auth login` plus an organization target: pass `--organization <slug>` or set `organization` in `keystroke.config.ts` (via `keystroke projects link --project <slug>`). Project-scoped commands also accept `--project <slug>` or the `project` field in `keystroke.config.ts`.
|
|
79
79
|
|
|
80
80
|
```bash
|
|
81
81
|
keystroke org update --name "Acme Inc"
|