Commands

This page includes all essential InfraMind CLI commands used across deployment, execution, staking, testing, and governance. Each command is tested against production or testnet agents and reflects the real behavior of the mesh and its tools.


🧱 Node Setup & Lifecycle

# Install and launch InfraMind node (auto-config)
curl -sL https://inframind.host/install.sh | bash

# View node status (ID, region, stake, uptime, SLA)
infra status

# Restart node (systemd)
sudo systemctl restart inframind-node

# View live container logs
docker logs -f inframind-node

# Check connected region, active jobs
infra mesh info

# Exit and unregister node
infra node shutdown

πŸ“€ Model Deployment


πŸ§ͺ Testing & Simulation


πŸ” Access & Authorization


πŸ’° Staking & Rewards


πŸ“ˆ Node Monitoring


🧠 Model Marketplace


🎯 Bounties & Submissions


βš–οΈ Governance & Voting


πŸ§ͺ Misc Utilities


Last updated