releases.shpreview

@slack/cli-test@4.0.0

June 11, 2026Node SDKView original ↗

Major Changes

  • e8fbfd5: fix: remove default "--app deployed" global flag from commands

    Commands running for a specific app must now provide the "app" argument:

      await SlackCLI.app.delete({
        appPath: "my-app",
        team: "T0123456789",
    +   app: "deployed",
      });

    The options "local" or "deployed" or app ID all remain available to use.

Fetched June 11, 2026

@slack/cli-test@4.0.0 — Node SDK — releases.sh