@geekmidas/cli 0.19.0 → 0.20.0

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.cjs CHANGED
@@ -27,7 +27,7 @@ const node_module = require_chunk.__toESM(require("node:module"));
27
27
 
28
28
  //#region package.json
29
29
  var name = "@geekmidas/cli";
30
- var version = "0.18.0";
30
+ var version = "0.20.0";
31
31
  var description = "CLI tools for building Lambda handlers, server applications, and generating OpenAPI specs";
32
32
  var private$1 = false;
33
33
  var type = "module";
@@ -1245,7 +1245,7 @@ async function startWorkspaceServices(workspace) {
1245
1245
  logger$8.warn("⚠️ No docker-compose.yml found. Services will not be started.");
1246
1246
  return;
1247
1247
  }
1248
- (0, node_child_process.execSync)(`docker-compose up -d ${servicesToStart.join(" ")}`, {
1248
+ (0, node_child_process.execSync)(`docker compose up -d ${servicesToStart.join(" ")}`, {
1249
1249
  cwd: workspace.root,
1250
1250
  stdio: "inherit"
1251
1251
  });