codexuse-cli 5.0.6 → 5.0.7
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 +3 -2
- package/dist/index.js +592 -79
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,8 +33,8 @@ codexuse license status
|
|
|
33
33
|
codexuse license activate <license-key>
|
|
34
34
|
|
|
35
35
|
codexuse sync status
|
|
36
|
-
codexuse sync pull
|
|
37
|
-
codexuse sync push
|
|
36
|
+
codexuse sync pull [--passphrase-stdin]
|
|
37
|
+
codexuse sync push [--passphrase-stdin]
|
|
38
38
|
|
|
39
39
|
```
|
|
40
40
|
|
|
@@ -42,6 +42,7 @@ Notes:
|
|
|
42
42
|
- Requires Codex CLI on PATH for `profile add` / `refresh` (runs `codex login`).
|
|
43
43
|
- `profile list` reads live rate-limit usage via Codex CLI by default.
|
|
44
44
|
- Use `--no-usage` to skip rate-limit fetch.
|
|
45
|
+
- Cloud Sync uses a saved Keychain passphrase, `CODEXUSE_SYNC_PASSPHRASE`, or `--passphrase-stdin`.
|
|
45
46
|
- Use `--compact` for names only.
|
|
46
47
|
- On headless/SSH, login defaults to device auth. Override with `--login=browser`.
|
|
47
48
|
- Use `--skip-login` if you already ran `codex login`.
|