·
11 commits
to main
since this release
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
- feat(cli-test): include expected test trace outputs for the "env" subcommands in #2097 - thanks @zimeg!
- feat(cli-test): update traces for env to SLACK_TRACE_ENV_ in #2136 - thanks @mwbrooks!
- feat(cli-test): include a verbose global option for cli commands in #2147 - thanks @zimeg!
🐛 Fixes
⚙️ Maintenance
- chore(cli-test): release @slack/[email protected]+cli2.32.2 in #2149 - thanks @zimeg!
🧰 Dependencies
- chore(deps-dev): bump typescript from 5.7.2 to 5.7.3 in /packages/cli-test in #2134 - thanks @dependabot!
Full Changelog: https://github.com/slackapi/node-slack-sdk/compare/@slack/[email protected]...@slack/[email protected]+cli.2.32.2