The MoveWeight CLI gives you full control over your cloud infrastructure. Deploy, scale, monitor, and manage — all from one command.
Install the CLI and deploy in under 60 seconds.
Requires Node.js 18+ or standalone binary. Auto-updates enabled by default. Use mw update to manually upgrade.
Manage your entire infrastructure stack from the terminal.
Ship apps, containers, and VMs in seconds. Git push or direct deploy — your call.
mw deployScale up, down, or auto. Set rules or trigger manually. Zero-downtime guaranteed.
mw scale --replicas 10Stream logs in real-time. Filter by level, service, or grep patterns. Export to S3.
mw logs --followEncrypted secret management. Inject into env vars, mount as files, or reference in config.
mw secrets setAdd domains, issue SSL certs, configure DNS — all automatic. Wildcard support built-in.
mw domains addSpin up managed Postgres, Redis, MySQL, or MongoDB. Automatic backups and failover.
mw db createBuild, push, and deploy containers. Private registry included. Multi-arch builds supported.
mw container buildCreate and manage K8s clusters. Helm chart support. Auto-scaling pods and nodes.
mw k8s createRequest GPU instances for training or inference. Model deployment with one command.
mw gpu requestA real deployment, from zero to live in 30 seconds.
Full CLI command list. Run mw help for details.
| Command | Description |
|---|---|
mw deploy | Deploy app from current directory or specified image |
mw scale | Scale replicas up/down or configure auto-scaling rules |
mw logs | Stream or tail logs from running services |
mw secrets set|get|list|rm | Manage encrypted secrets and environment variables |
mw domains add|remove|list|verify | Custom domain management with auto-SSL |
mw db create|destroy|backup|restore | Managed database lifecycle (Postgres, Redis, MySQL, Mongo) |
mw container build|push|pull | Container image management with private registry |
mw k8s create|delete|kubeconfig | Kubernetes cluster management |
mw gpu request|release|list | GPU instance provisioning for AI/ML workloads |
mw ssh | SSH into any running VM or container (auto key injection) |
mw dns add|remove|list | DNS record management with global propagation |
mw storage cp|sync|ls | Object storage file management (S3-compatible) |
mw status | Show status of all running services and resources |
mw billing | View usage, costs, and manage payment methods |
mw auth login|logout|token | Authentication and API key management |
mw config | Configure default region, project, and preferences |
mw update | Update CLI to latest version |