@base44-preview/cli 0.0.31-pr.189.28c55b2 → 0.0.31-pr.189.7c5ebd3
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 +2 -2
- package/dist/cli/index.js.map +3 -3
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -194405,7 +194405,7 @@ Opening browser for '${connector2.type}'...`);
|
|
|
194405
194405
|
return { outroMessage };
|
|
194406
194406
|
}
|
|
194407
194407
|
function getConnectorsPushCommand(context) {
|
|
194408
|
-
return new Command("push").description("Push local connectors to Base44 (
|
|
194408
|
+
return new Command("push").description("Push local connectors to Base44 (overwrites connectors on Base44)").action(async () => {
|
|
194409
194409
|
await runCommand(pushConnectorsAction, { requireAuth: true }, context);
|
|
194410
194410
|
});
|
|
194411
194411
|
}
|
|
@@ -199623,4 +199623,4 @@ export {
|
|
|
199623
199623
|
CLIExitError
|
|
199624
199624
|
};
|
|
199625
199625
|
|
|
199626
|
-
//# debugId=
|
|
199626
|
+
//# debugId=B60FA69AE8B179EB64756E2164756E21
|