@base44-preview/cli 0.0.54-pr.538.842a296 → 0.0.54-pr.538.a16c5fe

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/cli/index.js CHANGED
@@ -253578,9 +253578,8 @@ function getScaffoldCommand() {
253578
253578
  return new Base44Command("scaffold", {
253579
253579
  requireAppConfig: false,
253580
253580
  fullBanner: true
253581
- }).description("Scaffold a local project for an existing Base44 app").addArgument(new Argument("name", "Project name").argOptional()).option("--app-id <id>", "Existing Base44 app ID (defaults to the BASE44_APP_ID environment variable)").option("--no-skills", "Skip AI agent skills installation").addHelpText("after", `
253581
+ }).description("Scaffold a local project for an existing Base44 app").addArgument(new Argument("name", "Project name").argOptional()).option("--app-id <id>", "Existing Base44 app ID").option("--no-skills", "Skip AI agent skills installation").addHelpText("after", `
253582
253582
  Examples:
253583
- $ base44 scaffold Scaffolds the current dir for $BASE44_APP_ID
253584
253583
  $ base44 scaffold --app-id app_123 Scaffolds the current dir for the given app
253585
253584
  $ base44 scaffold my-app --app-id app_123 Scaffolds the current dir, named "my-app"`).action(scaffoldAction);
253586
253585
  }
@@ -261740,4 +261739,4 @@ export {
261740
261739
  CLIExitError
261741
261740
  };
261742
261741
 
261743
- //# debugId=205A2D830948832D64756E2164756E21
261742
+ //# debugId=5BEABADDCA89DD5A64756E2164756E21