@dunganhpham/ccm
v1.4.0
Published
CLI tool to manage and switch between multiple Claude Code accounts
Maintainers
Readme
ccm - Claude Credential Manager
Switch between multiple Claude Code accounts from the terminal.
Install
npm install -g @dunganhpham/ccmUsage
# Save current logged-in account as a profile
ccm save work
ccm save personal --label "Personal account"
# Switch account
ccm use personal
# List all profiles
ccm list
# Show current status
ccm status
# Rename / remove
ccm rename work office
ccm remove officeHow it works
Profiles are stored in ~/.ccm/profiles/. When you switch, ccm swaps ~/.claude/.credentials.json with the selected profile's credentials. The previous profile is auto-saved before switching.
Author
Phạm Anh Dũng (@PhamAnhDungdev)
License
MIT
