CLI Reference

All commands use the murc binary.

Daemon

murc start              # Start the Commander daemon
murc stop               # Stop the daemon
murc status             # Check daemon status

Workflows

murc workflows          # List available workflows
murc run <name>         # Execute a workflow
murc run <name> --shadow    # Preview without executing
murc run <name> --var key=value  # Set variables

Constitution

murc constitution sign      # Sign with Ed25519
murc constitution verify    # Verify integrity
murc constitution show      # Display current rules

Audit

murc audit                  # Show recent audit entries
murc audit --workflow <id>  # Filter by workflow
murc audit --limit 50       # Show more entries

Models

murc models                 # Show model configuration
murc models cost            # Show cost statistics
murc models cost --period 7d    # Cost for last 7 days

Reports

murc report                 # Monthly value report

Examples

# Full workflow: start → sign → preview → run
murc start
murc constitution sign
murc run deploy-docker --shadow
murc run deploy-docker --var tag=v2.0

# Check what happened
murc audit --workflow deploy-docker

# See the value
murc report