@evident-ai/cli 3.1.1-dev.03e3cad → 3.1.1-dev.095f1c7
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7237,7 +7237,7 @@ program.command("run").description("Connect to Evident and process messages").op
|
|
|
7237
7237
|
[]
|
|
7238
7238
|
).option(
|
|
7239
7239
|
"--tunnel-ready-file <path>",
|
|
7240
|
-
"Path to write once the tunnel is connected (
|
|
7240
|
+
"Path to write once the tunnel is connected (set by the MicroVM hooks; unused on a developer machine)"
|
|
7241
7241
|
).action(
|
|
7242
7242
|
(options) => {
|
|
7243
7243
|
run({
|