@evident-ai/cli 3.4.1-dev.180238a → 3.4.1-dev.2b8496f
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.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -221,6 +221,9 @@ targets the **production** Evident platform by default.
|
|
|
221
221
|
- `OPENCODE_LOG_LEVEL` — OpenCode log level when `evident run` starts an
|
|
222
222
|
image-owned process: `DEBUG`, `INFO`, `WARN`, or `ERROR` (default: `INFO`).
|
|
223
223
|
Invalid values fall back to `INFO`.
|
|
224
|
+
Under `--opencode-version v2`, the accepted set is
|
|
225
|
+
`all|trace|debug|info|warn|warning|error|fatal|none` and invalid values fall back to
|
|
226
|
+
`info`.
|
|
224
227
|
- `EVIDENT_LOG_LEVEL` — Equivalent to `--log-level`; the flag wins if both are
|
|
225
228
|
set, and `-v`/`--verbose` also outranks this env var.
|
|
226
229
|
- `EVIDENT_OPENCODE_START_TIMEOUT` — Equivalent to `--opencode-start-timeout`
|