fix: avoid blocking the installation script with an automatic update prompt#246
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #246 +/- ##
==========================================
+ Coverage 63.00% 63.03% +0.02%
==========================================
Files 212 212
Lines 21857 21857
==========================================
+ Hits 13772 13778 +6
+ Misses 7020 7014 -6
Partials 1065 1065 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@srtaalej I made a quick addition to this PR to add a line for our release notes with a message for those following along 📚
Please adjust this to whatever makes sense! For At risk of rambling, I am wondering if a |
Changelog
When reinstalling the Slack CLI after some time, we now avoid blocking the installation script with an automatic prompt to update to the latest version.
Summary
When the

_fingerprintcommand is ran, the cli posts an unwanted upgrade notification:This PR gets rid of that notification for
lack _fingerprintand tests that it still shows up for other commands.Requirements