CC Switch CLI

Active
GitHub Rust MIT

Description

Cross-platform CLI all-in-one assistant tool for quickly switching between Claude Code configs and API endpoints.

Key Features

  • Config switching - one-click switch between API keys and endpoints
  • Cross-platform - macOS, Linux, Windows support
  • Multi-provider - manage OpenAI, Anthropic, local model configs
  • Team configs - import/export unified team configurations
  • CLI-first - command-line operation, fits developer workflows

Use Cases

💡 Quickly switch between personal and team API keys
💡 Manage agent configs across dev/test/prod environments
💡 Unify Claude Code configs across team members

Quick Start

# Install
npm install -g cc-switch-cli

# Switch config
cc-switch use work

Related Projects