@evident-ai/cli 3.4.1-dev.b1151a3 → 3.4.1-dev.b2ce99d
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 -5
- package/dist/index.js +4230 -2260
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -99,11 +99,9 @@ Options:
|
|
|
99
99
|
warns and comes online anyway rather than failing. Env:
|
|
100
100
|
`EVIDENT_OPENCODE_START_TIMEOUT` (seconds).
|
|
101
101
|
- `--opencode-version <v1|v2>` — Which OpenCode major version to launch: `v1` or
|
|
102
|
-
`v2` (default: `v1`). Env: `EVIDENT_OPENCODE_VERSION`.
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
[#2075](https://github.com/sroze/evident/issues/2075) and errors immediately
|
|
106
|
-
otherwise.
|
|
102
|
+
`v2` (default: `v1`). Env: `EVIDENT_OPENCODE_VERSION`. When selected, the CLI
|
|
103
|
+
starts or attaches to `opencode2` and authenticates its local requests with the
|
|
104
|
+
generated server credential when it starts the process. V1 remains the default.
|
|
107
105
|
- `--litestream-config <path>` — Start `litestream replicate` for the OpenCode
|
|
108
106
|
session database with this config file. Use this for runner images that persist
|
|
109
107
|
the session database; the file is produced by `runner-synchroniser litestream-config`.
|
|
@@ -221,6 +219,9 @@ targets the **production** Evident platform by default.
|
|
|
221
219
|
- `OPENCODE_LOG_LEVEL` — OpenCode log level when `evident run` starts an
|
|
222
220
|
image-owned process: `DEBUG`, `INFO`, `WARN`, or `ERROR` (default: `INFO`).
|
|
223
221
|
Invalid values fall back to `INFO`.
|
|
222
|
+
Under `--opencode-version v2`, the accepted set is
|
|
223
|
+
`all|trace|debug|info|warn|warning|error|fatal|none` and invalid values fall back to
|
|
224
|
+
`info`.
|
|
224
225
|
- `EVIDENT_LOG_LEVEL` — Equivalent to `--log-level`; the flag wins if both are
|
|
225
226
|
set, and `-v`/`--verbose` also outranks this env var.
|
|
226
227
|
- `EVIDENT_OPENCODE_START_TIMEOUT` — Equivalent to `--opencode-start-timeout`
|