docs: clarify update check behavior in non-interactive environments#556
Merged
Conversation
Document that `slack upgrade` runs the update check but skips the auto-update prompt when no TTY is attached, and that --skip-update / SLACK_SKIP_UPDATE fully suppress checks on other commands. Adds a non-TTY note to the upgrade command's long description, expands the "Version update notifications" section, and links a new "Disabling update checks" subsection from the CI/CD guide.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #556 +/- ##
==========================================
- Coverage 71.64% 71.63% -0.01%
==========================================
Files 226 226
Lines 19110 19115 +5
==========================================
+ Hits 13691 13693 +2
- Misses 4212 4213 +1
- Partials 1207 1209 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
zimeg
approved these changes
May 21, 2026
|
|
||
| You're now ready to begin developing [Bolt](/quickstart) and [Deno Slack SDK](/tools/deno-slack-sdk/guides/getting-started) apps! | ||
|
|
||
| ### Version update notifications {#version-updates} |
Member
There was a problem hiding this comment.
☕ 🌞 praise: Thanks for keeping with the latest!
Contributor
|
small suggestions on words |
Co-authored-by: Luke Russell <31357343+lukegalbraithrussell@users.noreply.github.com>
Co-authored-by: Luke Russell <31357343+lukegalbraithrussell@users.noreply.github.com>
Co-authored-by: Luke Russell <31357343+lukegalbraithrussell@users.noreply.github.com>
Member
Author
|
@lukegalbraithrussell @zimeg Thanks for the super fast reviews and improvements to the words! 📚 Loving the rapid flow and iterations that we can make on doc improvements now! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog
Summary
This pull request documents the existing non-TTY behavior of
slack upgradeand the--skip-update/SLACK_SKIP_UPDATEcontrols so that users running the CLI in CI/CD or scripts can find clear guidance.slack upgrade --help.Preview
slack upgrade --help:Testing
Requirements