Command Reference¶
Quick reference for all bnerd commands.
Cheat Sheet¶
| Command | Description | Scope |
|---|---|---|
bnerd login | Interactive authentication | Token only |
bnerd whoami | Show current account | Token only |
bnerd config init | Initialize config file | Local |
bnerd config set <key> <value> | Set config value | Local |
bnerd config show | Show current config | Local |
bnerd dns zones list | List DNS zones | Org |
bnerd dns zones create <name> | Create DNS zone | Org |
bnerd dns records list <zone-id> | List DNS records | Org |
bnerd dns records create <zone-id> | Create DNS record | Org |
bnerd domains list | List domains | Org |
bnerd domains create <name> | Start domain verification | Org |
bnerd domains verify <id> | Verify domain ownership | Org |
bnerd k8s list | List Kubernetes clusters | Project |
bnerd servers list | List servers | Project |
bnerd volumes list | List volumes | Project |
bnerd networks list | List networks | Project |
bnerd routers list | List routers | Project |
bnerd loadbalancers list | List load balancers | Project |
bnerd apps list | List apps | Project |
bnerd billing overview | Billing overview | Org |
bnerd billing details | Detailed cost breakdown | Org |
bnerd organizations list | List organizations | Token only |
bnerd members list | List org members | Org |
bnerd invitations create | Invite a user | Org |
bnerd accounts me | Current account info | Token only |
bnerd up | Connect VPN | Local + Config |
bnerd down | Disconnect VPN | Local |
bnerd status | VPN connection status | Local |
bnerd x | Launch interactive TUI | Config |
bnerd mcp-server | Run MCP server | Config |
Scope legend:
- Token only — requires
--token - Org — requires
--tokenand--org-id - Project — requires
--token,--org-id, and--project-id - Local — no authentication required
- Config — uses config file settings
Command Groups¶
- DNS Management — Zones and records
- Domain Verification — Domain ownership verification
- Kubernetes — Cluster management
- Compute — Servers, volumes, networks, routers, load balancers
- Apps — Application management
- Billing — Costs and pricing
- Organizations — Organization management
- Members & Invitations — Membership and invitation management
- Accounts — Account management
- VPN / WireGuard — VPN connectivity
- Config Management — Configuration commands