execution
aimd run
Launches the interactive Self-Executing Markdown wizard.
Overview
Starts the interactive SEM runner on standard markdown manuals. Parses executable block fences, prompts developers for variables, statefully resolves configs, and runs execution steps sequentially with interactive prompts.
Syntax Usage
aimd run <file.sem.md> [--resume] [--dry-run]Available Options & Flags
| Flag / Option | Specification Description |
|---|---|
| --resume | Restores variables and restarts execution from the last incomplete step. |
| --dry-run | Parses block fences and checks parameters without executing shell code. |
Usage Examples
Launches interactive wizard for a deployment runbook.
aimd run setup-guide.sem.mdResumes runbook execution from the failure point.
aimd run deploy.sem.md --resume