Quickstart
Get up and running with enum in under 60 seconds.
Install the CLI
Section titled “Install the CLI”curl -sSfL https://dl.enum.co/enumctl/install.sh | bashcurl -sSfL https://dl.enum.co/enumctl/install.sh | bashbrew tap enumco/enumctlbrew install enumctlyay -S enumctl-binConnect your account
Section titled “Connect your account”-
Initialize enumctl with authentication and a default project
Terminal window enumctl initThis opens your browser to complete the OIDC login flow. Credentials are stored securely in
~/.config/enumctl/. You will also be asked to set your default project which can later be altered by changing the configuration. -
List your clusters
Terminal window enumctl kubernetes list┌──────────────────────────────────┬──────────────┬──────────────┐│ ID │ Name │ Project │├──────────────────────────────────┼──────────────┼──────────────┤│ eke-01kp43djwmz76k1dxpn38edvm3 │ production │ my-project ││ eke-01kp3gvaewe6hmm7prxg1z8g2a │ staging │ my-project │└──────────────────────────────────┴──────────────┴──────────────┘ -
Configure kubectl
Terminal window enumctl kubernetes kubeconfig <cluster-name>This merges the cluster config into your local kubeconfig. You can now use
kubectlas normal. -
You’re live
Terminal window kubectl get nodes
What’s next?
Section titled “What’s next?”- CLI Reference — full command reference for
enumctl - Authentication — OIDC login, token management, troubleshooting
- Kubernetes — cluster listing, kubeconfig, context switching