epismo 1.9.1 → 1.10.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.
- package/README.md +11 -0
- 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
|
@@ -49,6 +49,17 @@ epismo playbook init --title Onboarding > playbook.json
|
|
|
49
49
|
epismo playbook create --definition @playbook.json
|
|
50
50
|
```
|
|
51
51
|
|
|
52
|
+
## Playbook access
|
|
53
|
+
|
|
54
|
+
Use `visibility` and explicit editors instead of a raw ACL:
|
|
55
|
+
|
|
56
|
+
```sh
|
|
57
|
+
epismo playbook access get PLAYBOOK_ID
|
|
58
|
+
epismo playbook access set PLAYBOOK_ID --visibility public --editors USER_ID,TEAM_ID
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
`public` permits published reads only. Editors can read and edit Playbook content; the owner is implicit and is not included in `--editors`. Owner managers, including Workspace Owners and Admins for a Workspace-owned Playbook, manage access and archive Playbooks or historical Versions.
|
|
62
|
+
|
|
52
63
|
Run `epismo --help` for command groups, or append `--help` to any group or command for its options.
|
|
53
64
|
|
|
54
65
|
Use `epismo examples` for common workflows, `epismo doctor` to inspect local setup, and `epismo completion zsh` (or `bash`, `fish`, `powershell`) to install shell completion.
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|