Node Slack Sdk: @slack/[email protected]+cli.2.32.2 Release

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

37 Features Released with @slack/[email protected]+cli.2.32.2

Top Contributors in @slack/[email protected]+cli.2.32.2

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

Directory Browser for @slack/[email protected]+cli.2.32.2

All files are compared to previous version, @slack/[email protected]+cli.2.30.1. Click here to browse diffs between other versions.

Loading File Browser...

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/[email protected]...@slack/[email protected]+cli.2.32.2