@vm0/cli 4.36.0 → 4.36.1
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
|
@@ -17692,7 +17692,7 @@ async function autoPullArtifact(runOutput, artifactDir) {
|
|
|
17692
17692
|
}
|
|
17693
17693
|
var cookCmd = new Command17().name("cook").description("One-click agent preparation and execution from vm0.yaml");
|
|
17694
17694
|
cookCmd.argument("[prompt]", "Prompt for the agent").option("-y, --yes", "Skip confirmation prompts").action(async (prompt, options) => {
|
|
17695
|
-
const shouldExit = await checkAndUpgrade("4.36.
|
|
17695
|
+
const shouldExit = await checkAndUpgrade("4.36.1", prompt);
|
|
17696
17696
|
if (shouldExit) {
|
|
17697
17697
|
process.exit(0);
|
|
17698
17698
|
}
|
|
@@ -18932,7 +18932,7 @@ var setupGithubCommand = new Command23().name("setup-github").description("Initi
|
|
|
18932
18932
|
|
|
18933
18933
|
// src/index.ts
|
|
18934
18934
|
var program = new Command24();
|
|
18935
|
-
program.name("vm0").description("VM0 CLI - A modern build tool").version("4.36.
|
|
18935
|
+
program.name("vm0").description("VM0 CLI - A modern build tool").version("4.36.1");
|
|
18936
18936
|
program.command("info").description("Display environment information").action(async () => {
|
|
18937
18937
|
console.log(chalk27.bold("System Information:"));
|
|
18938
18938
|
console.log(`Node Version: ${process.version}`);
|