Documentation
¶
Overview ¶
Command burrow is the Burrow CLI: the human-facing way to operate Burrow. It calls the same control-plane API the MCP server does (ADR-0002) — deploy by image reference, status, logs, rollback, scale — and can build and push an image first (the client-side build path, ADR-0008). Like the MCP server it carries no orchestration logic and no cluster credentials, only the control-plane API token (ADR-0005). Its command surface is built with Cobra (ADR-0019).
Source Files
¶
- addon.go
- agent.go
- agentcred.go
- apply.go
- audit.go
- autodeploy.go
- bootstrap.go
- build.go
- cluster.go
- clusterregistry.go
- commands.go
- config.go
- discover.go
- domain.go
- env.go
- groups.go
- guard.go
- help.go
- history.go
- ingress.go
- install.go
- join.go
- main.go
- mcp.go
- metricsserver.go
- name.go
- provider.go
- publish.go
- registry.go
- secret.go
- style.go
- upgrade.go
- version.go
Click to show internal directories.
Click to hide internal directories.