@base44-preview/cli 0.0.30-pr.211.da98bee → 0.0.30-pr.211.e650aac
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 +3 -3
- package/dist/cli/index.js.map +4 -4
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -169989,7 +169989,7 @@ async function pushConnectorsAction() {
|
|
|
169989
169989
|
});
|
|
169990
169990
|
if (needsOAuth.length > 0 && oauthOutcomes.size === 0) {
|
|
169991
169991
|
const pending = needsOAuth.map((c3) => c3.type).join(", ");
|
|
169992
|
-
outroMessage = process.env.CI ? `Skipped OAuth in CI. Pending: ${pending}. Run 'base44 connectors push' locally to authorize.` : `Authorization skipped. Pending: ${pending}. Run 'base44 connectors push'
|
|
169992
|
+
outroMessage = process.env.CI ? `Skipped OAuth in CI. Pending: ${pending}. Run 'base44 connectors push' locally or open the links above to authorize.` : `Authorization skipped. Pending: ${pending}. Run 'base44 connectors push' or open the links above to authorize.`;
|
|
169993
169993
|
}
|
|
169994
169994
|
printSummary(results, oauthOutcomes);
|
|
169995
169995
|
return { outroMessage };
|
|
@@ -170325,7 +170325,7 @@ ${summaryLines.join(`
|
|
|
170325
170325
|
});
|
|
170326
170326
|
if (oauthOutcomes.size === 0) {
|
|
170327
170327
|
const pending = needsOAuth.map((c3) => c3.type).join(", ");
|
|
170328
|
-
M2.info(`To authorize, run 'base44 connectors push' or open the links above in your browser.`);
|
|
170328
|
+
M2.info(`Pending: ${pending}. To authorize, run 'base44 connectors push' or open the links above in your browser.`);
|
|
170329
170329
|
}
|
|
170330
170330
|
}
|
|
170331
170331
|
M2.message(`${theme.styles.header("Dashboard")}: ${theme.colors.links(getDashboardUrl())}`);
|
|
@@ -174957,4 +174957,4 @@ export {
|
|
|
174957
174957
|
CLIExitError
|
|
174958
174958
|
};
|
|
174959
174959
|
|
|
174960
|
-
//# debugId=
|
|
174960
|
+
//# debugId=72DEAA651CDAA06664756E2164756E21
|