A small TUI tool to browse and edit Kubernetes secrets without YAML or base64.
- Interactive selection - Browse namespaces, secrets, and keys with search support
- External editor support - Edit secrets in your preferred editor (vim, nano, emacs, etc.)
- Search - Fuzzy search on every step
- Diff - Preview diff and confirm save
Download the latest release from GitHub Releases:
brew install g4s8/tap/secctl
go install github.com/g4s8/secctl@latestgit clone https://github.com/g4s8/secctl
cd secctl
make installEDITOR- Default text editor to use when--editoris not specifiedKUBECONFIG- Default kubeconfig path when--kubeconfigis not specified
-editor string
Path to the text editor (default: $EDITOR)
-kubeconfig string
Path to the kubeconfig file (default: $KUBECONFIG or ~/.kube/config)
