development
aimd publish-runbook
Publishes a local SEM runbook to a workspace private registry.
Overview
Performs syntax verification tests on your local .sem.md runbook file, bundles the playbook, and uploads it to your collaborative workspace private registry. Upon uploading, the runbook is stored as a pending draft and its sign-off approvals are reset, requiring administrator approval before it can be run.
Syntax Usage
aimd publish-runbook <file-path> <workspace-slug> <runbook-name>Usage Examples
Uploads a deployment runbook draft to the infrastructure-hq workspace.
aimd publish-runbook ./deploy.sem.md infrastructure-hq deploy-k8s