@evident-ai/cli 3.4.1-dev.dbc0a1f → 3.4.1-dev.f9c90e1
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 +6 -0
- package/dist/index.js +948 -144
- 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
|
|
@@ -221,6 +224,9 @@ targets the **production** Evident platform by default.
|
|
|
221
224
|
flag wins if both are set.
|
|
222
225
|
- `EVIDENT_SESSION_CLEANUP_INTERVAL` — Equivalent to
|
|
223
226
|
`--session-cleanup-interval`; the flag wins if both are set.
|
|
227
|
+
- `EVIDENT_SESSION_DB_PROVENANCE_STATE` — Override the path where the CLI stores
|
|
228
|
+
session-database provenance state (default:
|
|
229
|
+
`~/.local/state/evident/session-db-provenance.json`).
|
|
224
230
|
|
|
225
231
|
Authentication precedence for `run`: `EVIDENT_RUNNER_KEY`/`EVIDENT_AGENT_KEY`
|
|
226
232
|
(tied; `EVIDENT_RUNNER_KEY` wins if both are set) → `EVIDENT_TOKEN` →
|