codexuse-cli 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,25 @@
1
+ # CodexUse CLI
2
+
3
+ Install (npm):
4
+ ```bash
5
+ npm install -g codexuse-cli
6
+ ```
7
+
8
+ Commands:
9
+ ```bash
10
+ codexuse profile list
11
+ codexuse profile current
12
+ codexuse profile add <name>
13
+ codexuse profile refresh <name>
14
+ codexuse profile switch <name>
15
+ codexuse profile delete <name>
16
+ codexuse profile rename <old> <new>
17
+
18
+ codexuse license status
19
+ codexuse license activate <license-key>
20
+ ```
21
+
22
+ Notes:
23
+ - Requires Codex CLI on PATH for `profile add` / `refresh` (runs `codex login`).
24
+ - Use `--skip-login` if you already ran `codex login`.
25
+ - License state stored in `~/.codex/settings.json` (shared with desktop app).