codexuse-cli 2.3.1 → 2.4.1
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 +5 -1
- package/dist/index.js +2143 -1515
- package/dist/index.js.map +1 -1
- package/package.json +2 -3
package/README.md
CHANGED
|
@@ -19,6 +19,10 @@ codexuse profile rename <old> <new>
|
|
|
19
19
|
|
|
20
20
|
codexuse license status
|
|
21
21
|
codexuse license activate <license-key>
|
|
22
|
+
|
|
23
|
+
codexuse sync status
|
|
24
|
+
codexuse sync pull
|
|
25
|
+
codexuse sync push
|
|
22
26
|
```
|
|
23
27
|
|
|
24
28
|
Notes:
|
|
@@ -28,4 +32,4 @@ Notes:
|
|
|
28
32
|
- Use `--compact` for names only.
|
|
29
33
|
- On headless/SSH, login defaults to device auth. Override with `--login=browser`.
|
|
30
34
|
- Use `--skip-login` if you already ran `codex login`.
|
|
31
|
-
- License state stored in
|
|
35
|
+
- License state stored in desktop app `userData/app-state.json`.
|