Skip to main content

Showcase pack

v0.2.6

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.

5 allowed by default
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:74e083c4720b414037e0926fc8c935c3653804e771278f2a657539073f8deb85

on the runner host
sudo emisar pack install showcase \
  --hash sha256:74e083c4720b414037e0926fc8c935c3653804e771278f2a657539073f8deb85 \
  --dest /etc/emisar/packs

# Reload so the runner re-reads the catalog:
sudo systemctl reload emisar

Actions 5 total

View on GitHub