talosctx is a tool for make easy switch between Talos contexts. This tool is based on kubectx/kubens work.
- TUI: pterm
- Built with Golang
go install github.com/bdronneau/talosctx/cmd/talosctx@latest
or check binaries releases
talosctx use TALOSCONFIG
environment variable or fallback to $HOME/.talos/config
to retrieve talosconfig file and contextes.
# Display interactive select between contexts
talosctx
# Get current context (PS1 usage, no return line)
talosctx --get-context
- goreleaser for build snapshot version
- Task for devEx
task init
task tests
In order to retrieve all commands
task -l