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:
0 Diff Delta
Contributors:
0 total committers
Data confidence:
Commits:

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

Could not determine top contributors for this release.

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