bootload

⌨️ 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 whoamicurrent identity + API target

org & project

bootload org create <name>create an organization
bootload project create <name>project + private network + wallet
bootload org list / project listwhat you have (default marked *)

wallet

bootload wallet balancebalance + runway estimate + warnings
bootload wallet topup --amount 50insert coins
bootload usagethe 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 n0 = drop anchor (stop paying)
bootload deployments / rollback <service>history + roll back to a previous image

state

bootload volume create <name> --size 5encrypted persistent volume (GB)
bootload volume list|detach|deletemanage volumes
bootload backup create <volume>encrypted snapshot
bootload backup verify|restore|export|importthe no-lock-in suite

domains & mail

bootload domain add <d>BYO domain (prints verification record)
bootload domain search|buy|renew|transfer|autorenewregistered 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 NAMEnames only — values never readable
bootload registry add <name> --url <host> --username <u> --token <t>private registry pull credentials