releases.shpreview
Slack/Node SDK/@slack/cli-test@2.1.0+cli.2.32.2

@slack/cli-test@2.1.0+cli.2.32.2

$npx -y @buildinternet/releases show rel_GYkq_oDU5fx0qJ1GzWAPh

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

Fetched April 3, 2026