fix: remove the slack sync alias in favor of slack manifest sync - #674
Closed
zimeg wants to merge 1 commit into
Closed
fix: remove the slack sync alias in favor of slack manifest sync#674zimeg wants to merge 1 commit into
zimeg wants to merge 1 commit into
Conversation
Drop the top-level slack sync shortcut from the alias map. The slack manifest sync command remains the single way to sync a manifest between the local project and app settings.
zimeg
marked this pull request as ready for review
September 11, 2026 21:13
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #674 +/- ##
==========================================
+ Coverage 78.19% 78.20% +0.01%
==========================================
Files 239 239
Lines 18132 18132
==========================================
+ Hits 14178 14181 +3
+ Misses 3954 3951 -3 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Member
Author
|
🗣️ Conversations admist release hint that the shortcut is best so I close this change: |
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
Removed the
slack synccommand alias. Useslack manifest syncinstead.Summary
This pull request removes the top-level
slack syncalias in favor ofslack manifest sync."sync"entry fromAliasMapincmd/root.go.slack syncindex entry and deletes the orphanedslack_sync.mdreference page.slack manifest synccommand itself is unchanged and remains the single way to sync a manifest between the local project and app settings.Preview
N/A — CLI-only change.
Testing
./bin/slack syncand confirm it reportsunknown command "sync" for "slack"../bin/slack manifest sync --helpand confirm the command still works as before.Notes
slack manifest synccovers this workflow, so the shortcut alias is no longer needed.Requirements