ic
context switcher for various tools
TLDR
Show current context
$ ic
Switch context$ ic [context-name]
List contexts$ ic -l
Create context$ ic -c [name]
SYNOPSIS
ic [options] [context]
DESCRIPTION
ic is a context switcher for various tools. Different implementations exist for kubectl contexts, AWS profiles, and other multi-environment tools.
The tool simplifies switching between configurations. It provides quick access to different environments or clusters.
PARAMETERS
CONTEXT
Context name to switch to.-l, --list
List contexts.-c, --create NAME
Create new context.-d, --delete NAME
Delete context.--help
Display help information.
CAVEATS
Multiple tools use this name. Check which version installed. Context-specific behavior.
HISTORY
ic is commonly used as a shorthand for interactive context switching in various CLI tools.
