@vm0/cli 4.38.1 → 4.38.2
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/index.js +2 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -18651,7 +18651,7 @@ async function autoPullArtifact(runOutput, artifactDir) {
|
|
|
18651
18651
|
}
|
|
18652
18652
|
var cookCmd = new Command17().name("cook").description("One-click agent preparation and execution from vm0.yaml");
|
|
18653
18653
|
cookCmd.argument("[prompt]", "Prompt for the agent").option("-y, --yes", "Skip confirmation prompts").action(async (prompt, options) => {
|
|
18654
|
-
const shouldExit = await checkAndUpgrade("4.38.
|
|
18654
|
+
const shouldExit = await checkAndUpgrade("4.38.2", prompt);
|
|
18655
18655
|
if (shouldExit) {
|
|
18656
18656
|
process.exit(0);
|
|
18657
18657
|
}
|
|
@@ -20205,7 +20205,7 @@ var setupGithubCommand = new Command26().name("setup-github").description("Initi
|
|
|
20205
20205
|
|
|
20206
20206
|
// src/index.ts
|
|
20207
20207
|
var program = new Command27();
|
|
20208
|
-
program.name("vm0").description("VM0 CLI - A modern build tool").version("4.38.
|
|
20208
|
+
program.name("vm0").description("VM0 CLI - A modern build tool").version("4.38.2");
|
|
20209
20209
|
program.command("info").description("Display environment information").action(async () => {
|
|
20210
20210
|
console.log(chalk29.bold("System Information:"));
|
|
20211
20211
|
console.log(`Node Version: ${process.version}`);
|