epismo 1.8.1 → 1.9.1
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 +2 -1
- package/npm/vendor/darwin-amd64/epismo +0 -0
- package/npm/vendor/darwin-arm64/epismo +0 -0
- package/npm/vendor/linux-amd64/epismo +0 -0
- package/npm/vendor/linux-arm64/epismo +0 -0
- package/npm/vendor/windows-amd64/epismo.exe +0 -0
- package/npm/vendor/windows-arm64/epismo.exe +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -44,6 +44,7 @@ epismo login
|
|
|
44
44
|
epismo workspace list
|
|
45
45
|
epismo workspace use acme # optional: save a default workspace by ID or handle
|
|
46
46
|
epismo --workspace acme playbook search onboarding
|
|
47
|
+
epismo playbook resource list --kind cli
|
|
47
48
|
epismo playbook init --title Onboarding > playbook.json
|
|
48
49
|
epismo playbook create --definition @playbook.json
|
|
49
50
|
```
|
|
@@ -107,7 +108,7 @@ EPISMO_WORKSPACE=acme epismo case list
|
|
|
107
108
|
|
|
108
109
|
Workspace references accept an exact ID or unique handle. The effective workspace is chosen in this order: `--workspace`, `EPISMO_WORKSPACE`, a workspace-scoped token, then the saved default workspace. A scoped token cannot grant access outside its scope.
|
|
109
110
|
|
|
110
|
-
`--dry-run` previews
|
|
111
|
+
`--dry-run` previews any command that changes remote or local state without sending a request, opening an authorization or checkout flow, or changing local configuration. This includes creates, updates, publishes, draft saves, assignments, records, stars, aliases, membership changes, archive/delete/revoke/close operations, and login/logout or workspace-selection changes. Read-only commands reject `--dry-run` instead of silently ignoring it. In an interactive terminal, especially impactful operations still ask for confirmation during a real run; pass `--yes` to skip that prompt in scripts that allocate a TTY.
|
|
111
112
|
|
|
112
113
|
`--input` also works on list/search commands for agent workflows; there it supplies query parameters rather than a request body.
|
|
113
114
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|