@base44-preview/cli 0.0.56-pr.550.1f906b8 → 0.0.56-pr.550.7bd3654

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 CHANGED
@@ -253686,17 +253686,6 @@ Examples:
253686
253686
  $ base44 scaffold my-app --app-id app_123 Scaffolds the current dir, named "my-app"`).action(scaffoldAction);
253687
253687
  }
253688
253688
 
253689
- // src/cli/commands/project/visibility.ts
253690
- async function setVisibility({ runTask: runTask2 }, level) {
253691
- await runTask2(`Setting app visibility to ${level}`, () => setAppVisibility(level));
253692
- return { outroMessage: `App visibility set to ${level}` };
253693
- }
253694
- function getVisibilityCommand() {
253695
- return new Base44Command("visibility").description("Set the app's visibility on the server (public, private, or workspace)").addArgument(new Argument("<level>", "Visibility level").choices([
253696
- ...VISIBILITY_LEVELS
253697
- ])).action(setVisibility);
253698
- }
253699
-
253700
253689
  // src/cli/commands/secrets/delete.ts
253701
253690
  async function deleteSecretAction({ runTask: runTask2 }, key) {
253702
253691
  await runTask2(`Deleting secret "${key}"`, async () => {
@@ -257758,7 +257747,6 @@ function createProgram(context) {
257758
257747
  program2.addCommand(getScaffoldCommand());
257759
257748
  program2.addCommand(getDashboardCommand());
257760
257749
  program2.addCommand(getDeployCommand2());
257761
- program2.addCommand(getVisibilityCommand());
257762
257750
  program2.addCommand(getLinkCommand());
257763
257751
  program2.addCommand(getEjectCommand());
257764
257752
  program2.addCommand(getEntitiesPushCommand());
@@ -262017,4 +262005,4 @@ export {
262017
262005
  CLIExitError
262018
262006
  };
262019
262007
 
262020
- //# debugId=653C38BE03EF90CC64756E2164756E21
262008
+ //# debugId=BD5686AFC654F7C164756E2164756E21