cc-switch 0.1.29

A CLI tool for managing multiple Claude and Codex API configurations and automatically switching between them
Documentation
1
2
3
4
5
6
7
8
pub mod auth_writer;
pub mod commands;
pub mod storage;
pub mod types;

pub use auth_writer::{default_codex_auth_path, write_auth_json};
pub use commands::*;
pub use types::CodexConfiguration;