Showcase pack

v0.2.3

Synthetic 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.

Pack ID
showcase
Vendor
emisar
OS
Actions
5

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

on the runner host
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