Skip to content

cli-v3.9.0

Choose a tag to compare

@github-actions github-actions released this 12 Dec 05:23
· 71 commits to main since this release
CLI Release v3.9.0

Features:
- Command aliases: provider → p, list → ls, add → new, delete → rm, show → info
- Interactive list mode by default (no -i flag needed)
- Improved navigation: Enter to return to list, Esc to exit
- Remembers last selection position

Usage Examples:
  cc-switch p ls          # Interactive provider list
  cc-switch p new         # Add new provider
  cc-switch p rm <id>     # Delete provider
  cc-switch p info <id>   # Show provider details