bdronneau / talosctx

Blazing fast switcher for your talos contexts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

talosctx: Get More Out of Talos contexts

Latest GitHub release CI Go Report Card

talosctx is a tool for make easy switch between Talos contexts. This tool is based on kubectx/kubens work.

Features

  • TUI: pterm
  • Built with Golang

Installation

go install github.com/bdronneau/talosctx/cmd/talosctx@latest

or check binaries releases

Usage

Configuration

talosctx use TALOSCONFIG environment variable or fallback to $HOME/.talos/config to retrieve talosconfig file and contextes.

Examples

# Display interactive select between contexts
talosctx

# Get current context (PS1 usage, no return line)
talosctx --get-context

Development

Requirements

Get started

task init
task tests

Help

In order to retrieve all commands

task -l

About

Blazing fast switcher for your talos contexts

License:MIT License


Languages

Language:Go 100.0%