@base44-preview/cli 0.1.5-pr.573.99fe0bb → 0.1.5-pr.573.df76607

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
@@ -251660,7 +251660,7 @@ async function pushAgentsAction({ isNonInteractive, log, runTask: runTask2 }, op
251660
251660
  isNonInteractive,
251661
251661
  yes: options.yes,
251662
251662
  log,
251663
- warning: "This will replace all remote agent configs with your local agents and delete any not present locally."
251663
+ warning: "This replaces all remote agent configs with your local agents. Remote agents not present locally will be deleted."
251664
251664
  });
251665
251665
  if (!proceed) {
251666
251666
  return { outroMessage: "Push cancelled" };
@@ -251683,7 +251683,7 @@ async function pushAgentsAction({ isNonInteractive, log, runTask: runTask2 }, op
251683
251683
  return { outroMessage: "Agents pushed to Base44" };
251684
251684
  }
251685
251685
  function getAgentsPushCommand() {
251686
- return new Base44Command("push").description("Push local agents to Base44 (replaces all remote agent configs)").option("-y, --yes", "Skip confirmation prompt").action(pushAgentsAction);
251686
+ return new Base44Command("push").description("Push local agents to Base44 (replaces all remote agent configs)").option("-y, --yes", "Skip the confirmation prompt").action(pushAgentsAction);
251687
251687
  }
251688
251688
 
251689
251689
  // src/cli/commands/agents/index.ts
@@ -253052,7 +253052,7 @@ async function pushConnectorsAction({ isNonInteractive, log, runTask: runTask2,
253052
253052
  isNonInteractive,
253053
253053
  yes: options.yes,
253054
253054
  log,
253055
- warning: "This will overwrite your app's connectors with your local copy and remove any not present locally."
253055
+ warning: "This overwrites your app's connectors with your local copy. Remote connectors not present locally will be removed."
253056
253056
  });
253057
253057
  if (!proceed) {
253058
253058
  return { outroMessage: "Push cancelled" };
@@ -253080,7 +253080,7 @@ async function pushConnectorsAction({ isNonInteractive, log, runTask: runTask2,
253080
253080
  return { outroMessage };
253081
253081
  }
253082
253082
  function getConnectorsPushCommand() {
253083
- return new Base44Command("push").description("Push local connectors to Base44 (overwrites connectors on Base44)").option("--dir <path>", "Directory to read connector files from (default: ./connectors when using --app-id)").option("-y, --yes", "Skip confirmation prompt").action(pushConnectorsAction);
253083
+ return new Base44Command("push").description("Push local connectors to Base44 (overwrites connectors on Base44)").option("--dir <path>", "Directory to read connector files from (default: ./connectors when using --app-id)").option("-y, --yes", "Skip the confirmation prompt").action(pushConnectorsAction);
253084
253084
  }
253085
253085
 
253086
253086
  // src/cli/commands/connectors/index.ts
@@ -253119,7 +253119,7 @@ async function pushEntitiesAction({ isNonInteractive, log, runTask: runTask2 },
253119
253119
  isNonInteractive,
253120
253120
  yes: options.yes,
253121
253121
  log,
253122
- warning: "This will overwrite your app's entities with your local copy and delete any not present locally."
253122
+ warning: "This overwrites your app's entities with your local copy. Remote entities not present locally will be deleted."
253123
253123
  });
253124
253124
  if (!proceed) {
253125
253125
  return { outroMessage: "Push cancelled" };
@@ -253142,7 +253142,7 @@ async function pushEntitiesAction({ isNonInteractive, log, runTask: runTask2 },
253142
253142
  return { outroMessage: "Entities pushed to Base44" };
253143
253143
  }
253144
253144
  function getEntitiesPushCommand() {
253145
- return new Command("entities").description("Manage project entities").addCommand(new Base44Command("push").description("Push local entities to Base44").option("-y, --yes", "Skip confirmation prompt").action(pushEntitiesAction));
253145
+ return new Command("entities").description("Manage project entities").addCommand(new Base44Command("push").description("Push local entities to Base44").option("-y, --yes", "Skip the confirmation prompt").action(pushEntitiesAction));
253146
253146
  }
253147
253147
 
253148
253148
  // src/cli/commands/functions/delete.ts
@@ -262992,4 +262992,4 @@ export {
262992
262992
  CLIExitError
262993
262993
  };
262994
262994
 
262995
- //# debugId=A13D47B13F33886564756E2164756E21
262995
+ //# debugId=9459F100153243A464756E2164756E21