@base44-preview/cli 0.1.5-pr.573.8f87fa4 → 0.1.5-pr.573.99fe0bb

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 replaces all remote agent configs with your local agents. Remote agents not present locally will be deleted."
251663
+ warning: "This will replace all remote agent configs with your local agents and delete any not present locally."
251664
251664
  });
251665
251665
  if (!proceed) {
251666
251666
  return { outroMessage: "Push cancelled" };
@@ -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 overwrites your app's connectors with your local copy. Remote connectors not present locally will be removed."
253055
+ warning: "This will overwrite your app's connectors with your local copy and remove any not present locally."
253056
253056
  });
253057
253057
  if (!proceed) {
253058
253058
  return { outroMessage: "Push cancelled" };
@@ -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 overwrites your app's entities with your local copy. Remote entities not present locally will be deleted."
253122
+ warning: "This will overwrite your app's entities with your local copy and delete any not present locally."
253123
253123
  });
253124
253124
  if (!proceed) {
253125
253125
  return { outroMessage: "Push cancelled" };
@@ -262992,4 +262992,4 @@ export {
262992
262992
  CLIExitError
262993
262993
  };
262994
262994
 
262995
- //# debugId=90826EFBD09EACF564756E2164756E21
262995
+ //# debugId=A13D47B13F33886564756E2164756E21