@kaitranntt/ccs 5.14.0-dev.2 → 5.14.0-dev.3
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 +10 -1
- package/VERSION +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -120,10 +120,19 @@ ccs gemini --auth --add
|
|
|
120
120
|
# Add with nickname for easy identification
|
|
121
121
|
ccs gemini --auth --add --nickname work
|
|
122
122
|
|
|
123
|
-
#
|
|
123
|
+
# Codex provider examples
|
|
124
|
+
ccs codex --auth # First account for Codex
|
|
125
|
+
ccs codex --auth --add # Add another Codex account
|
|
126
|
+
ccs codex --auth --add --nickname work # Named account
|
|
127
|
+
|
|
128
|
+
# List all accounts (any provider)
|
|
129
|
+
ccs gemini --accounts
|
|
130
|
+
ccs codex --accounts
|
|
124
131
|
ccs agy --accounts
|
|
125
132
|
|
|
126
133
|
# Switch to a different account
|
|
134
|
+
ccs gemini --use work
|
|
135
|
+
ccs codex --use work
|
|
127
136
|
ccs agy --use work
|
|
128
137
|
```
|
|
129
138
|
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
5.14.0-dev.
|
|
1
|
+
5.14.0-dev.3
|