Knowledge Hub
Comprehensive guides and references for the OpenFrame platform
Comprehensive guides and references for the OpenFrame platform
openframe is an interactive command-line tool for standing up and managing OpenFrame Kubernetes environments. It provisions local k3d clusters, deploys the OpenFrame platform via an ArgoCD app-of-apps GitOps workflow, and keeps itself up to date.
This repository (flamingo-stack/openframe-cli) is the CLI. The platform and application manifests it deploys live in flamingo-stack/openframe-oss-tenant.
openframe bootstrap — Create a cluster and install the platform in one stepopenframe cluster {create,delete,list,status,cleanup} — Manage k3d clustersopenframe app {install,upgrade,status,access,uninstall} — Manage the OpenFrame app-of-apps deploymentopenframe prerequisites {check,install} — Check and install required toolsopenframe update (check, rollback, update <version>) — Self-update the CLIopenframe completion — Generate shell completion scriptsA full local platform is demanding. Recommended host:
| Resource | Recommended |
|---|---|
| RAM | 24 GB |
| CPU | 6 cores |
| Disk | 50 GB free |
Docker is the only tool you install and run yourself. The CLI auto-installs pinned, verified copies of kubectl, k3d, and helm into ~/.openframe/bin. mkcert is used to issue a locally-trusted certificate for the HTTPS ingress. See Prerequisites.
We don't monitor GitHub Issues for support — use Slack.
See LICENSE.md.