Node Slack Sdk: @slack/cli-test@2.1.0+cli.2.32.2 Release

Release date:
February 12, 2025
Previous version:
@slack/cli-test@2.0.0+cli.2.30.1 (released November 4, 2024)
Magnitude:
661 Diff Delta
Contributors:
7 total committers
Data confidence:
Commits:

Top Contributors in @slack/cli-test@2.1.0+cli.2.32.2

slackapi[bot]
zimeg
filmaj
mwbrooks
seratch
dependabot-bot
hello-ashleyintech

Directory Browser for @slack/cli-test@2.1.0+cli.2.32.2

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

What's Changed

👋 This release adds SLACK_TRACE constants for the env subcommands and introduces a global verbose option that can be passed to all commands for logging and parsing debug outputs:

    const output = await SlackCLI.env.add({
      appPath,
      team,
      secretKey: 'EXAMPLE_VARIABLE_NAME',
      secretValue: 'super-secret-value',
+     verbose: true
    });

+   expect(output).toContain(SlackTracerId.SLACK_TRACE_ENV_ADD_SUCCESS);

🎁 Enhancements

🐛 Fixes

⚙️ Maintenance

🧰 Dependencies

Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/@slack/oauth@3.0.2...@slack/cli-test@2.1.0+cli.2.32.2