claude_profile 1.0.0

Claude Code account credential management and token status
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# testing/command/

Per-command integration test specifications for `clp` CLI.

| File | Responsibility |
|------|----------------|
| `account_delete.md` | Test cases for `account delete` command. |
| `account_list.md` | Test cases for `account list` command. |
| `account_status.md` | Test cases for `account status` command. |
| `account_save.md` | Test cases for `account save` command. |
| `account_switch.md` | Test cases for `account switch` command. |
| `dot.md` | Test cases for `.` (dot) shorthand command. |
| `help.md` | Test cases for `help` command. |
| `paths.md` | Test cases for `paths` command. |
| `token_status.md` | Test cases for `token status` command. |
| `usage.md` | Test cases for `.usage` command. |
| `credentials_status.md` | Test cases for `.credentials.status` command. |
| `account_limits.md` | Test cases for `.account.limits` command. |