@base44-preview/cli 0.0.35-pr.332.152a3fd → 0.0.35-pr.333.8b176bc
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
|
@@ -227202,7 +227202,7 @@ function createProgram(context) {
|
|
|
227202
227202
|
program2.addCommand(getAgentsCommand(context));
|
|
227203
227203
|
program2.addCommand(getConnectorsCommand(context));
|
|
227204
227204
|
program2.addCommand(getFunctionsDeployCommand(context));
|
|
227205
|
-
program2.addCommand(getSecretsCommand(context));
|
|
227205
|
+
program2.addCommand(getSecretsCommand(context), { hidden: true });
|
|
227206
227206
|
program2.addCommand(getSiteCommand(context));
|
|
227207
227207
|
program2.addCommand(getTypesCommand(context));
|
|
227208
227208
|
program2.addCommand(getDevCommand(context), { hidden: true });
|
|
@@ -231441,4 +231441,4 @@ export {
|
|
|
231441
231441
|
CLIExitError
|
|
231442
231442
|
};
|
|
231443
231443
|
|
|
231444
|
-
//# debugId=
|
|
231444
|
+
//# debugId=F845ECBF9B9DCBAD64756E2164756E21
|