@evident-ai/cli 3.4.1-dev.180238a → 3.4.1-dev.2b2aed3
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 +1 -1
- 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`
|
package/dist/index.js
CHANGED
|
@@ -1182,7 +1182,7 @@ import ora3 from "ora";
|
|
|
1182
1182
|
import { select as select4 } from "@inquirer/prompts";
|
|
1183
1183
|
|
|
1184
1184
|
// src/lib/telemetry.ts
|
|
1185
|
-
var CLI_VERSION = (true ? "3.
|
|
1185
|
+
var CLI_VERSION = (true ? "3.4.1-dev.2b2aed3" : void 0) ?? process.env.npm_package_version ?? "unknown";
|
|
1186
1186
|
function getCliVersion() {
|
|
1187
1187
|
return CLI_VERSION;
|
|
1188
1188
|
}
|