LinuxCommandLibrary

ic

context switcher for various tools

TLDR

Show current context

$ ic
copy
Switch context
$ ic [context-name]
copy
List contexts
$ ic -l
copy
Create context
$ ic -c [name]
copy

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.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community