Empezar

Publish and share a Playbook

Use Versions, ACLs, aliases, and share tokens safely.


Creation atomically produces the first immutable Version. Publication requires the current latest Version as its base.

epismo playbook create --input @playbook.json
epismo playbook get <playbook-id>
epismo playbook version publish <playbook-id> \
  --base-version-id <latest-version-id> --input @next-version.json

After a conflict, re-read latest and merge your intent into a new Definition.

  • ACL: durable access through User IDs, Project IDs, or public for Playbooks only.
  • Alias: memorable reference; never grants access.
  • Share token: revocable, optionally expiring read access without changing the ACL.
  • Star: personal saving and a discovery signal.

Before public access, review instructions, resource hints, internal URLs, and personal data. A Case never inherits Playbook visibility.