Command Governance

Command Templates
Name
Category Pattern
Approval Timeout
Agents Status

Backup Database

backup
cp /opt/exprezoe/shared/data/agents.db /opt/exprezoe/backups/agents-$(date +%Y%m%d-%H%M%S).db 30
Active

Docker Status

docker
docker ps --format 'table {{.Names}}\t{{.Status}}\t{{.Ports}}' 30
Active

Git Pull

git
cd {path} && git pull 60
Active

System Status

monitoring
uptime && df -h / && free -m 30
Active

View Logs

monitoring
journalctl -u {service} --no-pager -n 50 30
Active

Service Restart

system
sudo systemctl restart {service} 60
Active
Template Assignment Matrix
Template
Prudence

Valor

Virtuous
Backup Database
Docker Status
Git Pull
System Status
View Logs
Service Restart