Connection lost
Trying to reconnect…
Server didn't respond
Recovering…
Showcase pack
v0.2.3Synthetic pack that demonstrates every action-schema feature in one place: all arg types, every validation, both parsers, both kinds, opts envelope bounds, and per-action redaction rules. Not a production pack — use it as a reference when authoring real ones.
Install
emisar pack install
validates the pack and verifies its content hash before copying it into /etc/emisar/packs.
The --hash
below pins the
install to the exact bytes on this page — a tampered copy is rejected. After
install, reload the runner; it re-reads the catalog and advertises every action.
content hash: sha256:feb79bf2fd5d37ed33478da1088baaadb33a01ae7dbecb530bbda0a18e5eacb1
sudo emisar pack install showcase \ --hash sha256:feb79bf2fd5d37ed33478da1088baaadb33a01ae7dbecb530bbda0a18e5eacb1 \ --dest /etc/emisar/packs # Reload so the runner re-reads the catalog: sudo systemctl reload emisar
Actions 5 total
View on GitHub-
One arg of every type
-
Parse stdout as JSON, with action-local redaction
-
Demonstrate opts.timeout and opts.max_stdout_bytes clamping
-
Read-only file inspection with path allowlist
-
Run a packaged shell script