@base44-preview/cli 0.1.5-pr.573.99fe0bb → 0.1.5-pr.573.d0b3340
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 +4 -4
- package/dist/cli/index.js.map +4 -4
- package/package.json +1 -1
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
|
|
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" };
|
|
@@ -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
|
|
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" };
|
|
@@ -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
|
|
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" };
|
|
@@ -262992,4 +262992,4 @@ export {
|
|
|
262992
262992
|
CLIExitError
|
|
262993
262993
|
};
|
|
262994
262994
|
|
|
262995
|
-
//# debugId=
|
|
262995
|
+
//# debugId=90826EFBD09EACF564756E2164756E21
|