@base44-preview/cli 0.0.50-pr.484.579b1f2 → 0.0.50-pr.484.804e4de
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 -3
- package/dist/cli/index.js.map +3 -3
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -251278,7 +251278,7 @@ function validateProvider(provider) {
|
|
|
251278
251278
|
}
|
|
251279
251279
|
return provider;
|
|
251280
251280
|
}
|
|
251281
|
-
async function ssoEnableAction({ isNonInteractive,
|
|
251281
|
+
async function ssoEnableAction({ isNonInteractive, runTask: runTask2 }, options) {
|
|
251282
251282
|
let merged = options;
|
|
251283
251283
|
if (options.file) {
|
|
251284
251284
|
const fileConfig = await loadSSOConfigFile(options.file);
|
|
@@ -251349,7 +251349,6 @@ async function ssoEnableAction({ isNonInteractive, log, runTask: runTask2 }, opt
|
|
|
251349
251349
|
};
|
|
251350
251350
|
}
|
|
251351
251351
|
async function ssoDisableAction({
|
|
251352
|
-
log,
|
|
251353
251352
|
runTask: runTask2
|
|
251354
251353
|
}) {
|
|
251355
251354
|
const { project: project2 } = await readProjectConfig();
|
|
@@ -261006,4 +261005,4 @@ export {
|
|
|
261006
261005
|
CLIExitError
|
|
261007
261006
|
};
|
|
261008
261007
|
|
|
261009
|
-
//# debugId=
|
|
261008
|
+
//# debugId=3D7486B2A6408CC364756E2164756E21
|