@base44-preview/cli 0.0.36-pr.355.de61fc4 → 0.0.36-pr.356.36d8c62
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
|
@@ -244465,7 +244465,7 @@ function createProgram(context) {
|
|
|
244465
244465
|
program2.addCommand(getAgentsCommand(context));
|
|
244466
244466
|
program2.addCommand(getConnectorsCommand(context));
|
|
244467
244467
|
program2.addCommand(getFunctionsDeployCommand(context));
|
|
244468
|
-
program2.addCommand(getSecretsCommand(context)
|
|
244468
|
+
program2.addCommand(getSecretsCommand(context));
|
|
244469
244469
|
program2.addCommand(getSiteCommand(context));
|
|
244470
244470
|
program2.addCommand(getTypesCommand(context));
|
|
244471
244471
|
program2.addCommand(getDevCommand(context), { hidden: true });
|
|
@@ -248705,4 +248705,4 @@ export {
|
|
|
248705
248705
|
CLIExitError
|
|
248706
248706
|
};
|
|
248707
248707
|
|
|
248708
|
-
//# debugId=
|
|
248708
|
+
//# debugId=3A2721A692CF8F1564756E2164756E21
|