@base44-preview/cli 0.0.50-pr.484.031bd45 → 0.0.50-pr.484.f8f85fa
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 +4 -4
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -251240,7 +251240,7 @@ function validateProvider(provider) {
|
|
|
251240
251240
|
hints: [
|
|
251241
251241
|
{
|
|
251242
251242
|
message: `Valid providers: ${KNOWN_SSO_PROVIDERS.join(", ")}`,
|
|
251243
|
-
command: "base44 auth sso enable --provider
|
|
251243
|
+
command: "base44 auth sso enable --provider <provider> --client-id <id> --client-secret <secret>"
|
|
251244
251244
|
}
|
|
251245
251245
|
]
|
|
251246
251246
|
});
|
|
@@ -260779,4 +260779,4 @@ export {
|
|
|
260779
260779
|
CLIExitError
|
|
260780
260780
|
};
|
|
260781
260781
|
|
|
260782
|
-
//# debugId=
|
|
260782
|
+
//# debugId=C23C26DBDA6AA44264756E2164756E21
|