@evident-ai/cli 3.4.1-dev.c03b461 → 3.4.1-dev.c138c09
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 -0
- package/dist/index.js +710 -102
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -119,6 +119,9 @@ Options:
|
|
|
119
119
|
- `--opencode-config-overlay <path>` — Apply a runner-provided OpenCode config
|
|
120
120
|
before starting OpenCode. Relative paths are resolved from the working directory;
|
|
121
121
|
an existing `opencode.jsonc` is replaced before `opencode.json`.
|
|
122
|
+
- `--credential-sync-marker <path>` — Own the interval credential sync and write
|
|
123
|
+
this marker once the shutdown flush has finished, so the runner image's lifecycle
|
|
124
|
+
hooks can wait on it.
|
|
122
125
|
- `--claude-usage-reporting <mode>` — Whether to report the local Claude Code
|
|
123
126
|
subscription's rate-limit usage to Evident, so it shows on the runner page:
|
|
124
127
|
`auto` (default) reports it when a usable Claude Code login is found on this
|