⌨️ CLI reference
One static binary. Everything below also works in the portal and the API — no CLI-only features, no portal-only features.
account
| bootload signup --email <e> | create an account |
| bootload login --email <e> | log in (token stored locally) |
| bootload whoami | current identity + API target |
org & project
| bootload org create <name> | create an organization |
| bootload project create <name> | project + private network + wallet |
| bootload org list / project list | what you have (default marked *) |
wallet
| bootload wallet balance | balance + runway estimate + warnings |
| bootload wallet topup --amount 50 | insert coins |
| bootload usage | the ledger: every debit and credit |
ship it
| bootload deploy --image <ref> [--port 3000:http] [--domain d] [--volume v:/path] [--vcpu n] [--memory mb] [--name n] [--cmd ...] | deploy a service |
| bootload status [service] | replica states, routes, TLS, deploy history |
| bootload logs <service> [-f] [--grep q] | guest stdout, follow, search |
| bootload metrics <service> | CPU / memory / network, live |
| bootload restart <service> [--image ref] | rollout (optionally roll the image) |
| bootload scale <service> --replicas n | 0 = drop anchor (stop paying) |
| bootload deployments / rollback <service> | history + roll back to a previous image |
state
| bootload volume create <name> --size 5 | encrypted persistent volume (GB) |
| bootload volume list|detach|delete | manage volumes |
| bootload backup create <volume> | encrypted snapshot |
| bootload backup verify|restore|export|import | the no-lock-in suite |
domains & mail
| bootload domain add <d> | BYO domain (prints verification record) |
| bootload domain search|buy|renew|transfer|autorenew | registered domains |
| bootload smtp create <name> --domain <d> | SMTP credentials (password shown once) |
secrets & registries
| bootload secret set NAME [--service svc] | write-only; project or service scope |
| bootload secret list / secret delete NAME | names only — values never readable |
| bootload registry add <name> --url <host> --username <u> --token <t> | private registry pull credentials |