Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
slackapi
/
slack-cli
Public
Notifications
You must be signed in to change notification settings
Fork
39
Star
278
Code
Issues
19
Pull requests
10
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
feat: add slack manifest diff command
- #591
#591
Merged
srtaalej
merged 25 commits into
main
slackapi/slack-cli:main
from
mwbrooks-manifest-diff
slackapi/slack-cli:mwbrooks-manifest-diff
Copy head branch name to clipboard
Jul 27, 2026
Conversation
Commits
25
(25)
Checks
Files changed
Merged
feat: add slack manifest diff command
#591
srtaalej
merged 25 commits into
main
slackapi/slack-cli:main
from
mwbrooks-manifest-diff
slackapi/slack-cli:mwbrooks-manifest-diff
Copy head branch name to clipboard
Commits
Commits on Jun 13, 2026
feat: add slack manifest diff command
Show description for fb3aa95
mwbrooks
committed
fb3aa95
View commit details
Copy full SHA for fb3aa95
Browse repository at this point
docs: add CI/CD example for manifest diff
Show description for 1a99403
mwbrooks
committed
1a99403
View commit details
Copy full SHA for 1a99403
Browse repository at this point
docs: reword non-interactive manifest diff example
Show description for 5e518f0
mwbrooks
committed
5e518f0
View commit details
Copy full SHA for 5e518f0
Browse repository at this point
Commits on Jun 14, 2026
docs: add godoc for NewDiffCommand
mwbrooks
committed
79d0468
View commit details
Copy full SHA for 79d0468
Browse repository at this point
docs: add godoc for unexported manifest helpers
Show description for 2a8816b
mwbrooks
committed
2a8816b
View commit details
Copy full SHA for 2a8816b
Browse repository at this point
fix: drop extra blank line before the first manifest diff entry
Show description for d58fd8e
mwbrooks
committed
d58fd8e
View commit details
Copy full SHA for d58fd8e
Browse repository at this point
fix: filter _metadata paths out of manifest diff output
Show description for db6aa47
mwbrooks
committed
db6aa47
View commit details
Copy full SHA for db6aa47
Browse repository at this point
fix: truncate manifest diff values by rune, not byte
Show description for 1e70330
mwbrooks
committed
1e70330
View commit details
Copy full SHA for 1e70330
Browse repository at this point
test: assert exact diff and flatten counts to catch spurious entries
Show description for ea65069
mwbrooks
committed
ea65069
View commit details
Copy full SHA for ea65069
Browse repository at this point
fix: suppress " (local)" suffix differences in manifest diff
Show description for 9cab9ad
mwbrooks
committed
9cab9ad
View commit details
Copy full SHA for 9cab9ad
Browse repository at this point
fix: suppress remote-only is_mcp_enabled=false from manifest diff
Show description for 413f272
mwbrooks
committed
413f272
View commit details
Copy full SHA for 413f272
Browse repository at this point
Commits on Jun 15, 2026
docs: reword in-sync message to "match"
Show description for d1cf988
mwbrooks
committed
d1cf988
View commit details
Copy full SHA for d1cf988
Browse repository at this point
feat: render manifest diff side-by-side for all difference types
Show description for 79d3a36
mwbrooks
committed
79d3a36
View commit details
Copy full SHA for 79d3a36
Browse repository at this point
docs: pluralize manifest diff count using style.Pluralize
Show description for 8370ed7
mwbrooks
committed
8370ed7
View commit details
Copy full SHA for 8370ed7
Browse repository at this point
test: raise display.go coverage above 80%
Show description for e585fa9
mwbrooks
committed
e585fa9
View commit details
Copy full SHA for e585fa9
Browse repository at this point
refactor: rename display.go to diff_display.go
Show description for 2093f53
mwbrooks
committed
2093f53
View commit details
Copy full SHA for 2093f53
Browse repository at this point
Commits on Jul 16, 2026
Merge branch 'main' into mwbrooks-manifest-diff
mwbrooks
authored
0395695
View commit details
Copy full SHA for 0395695
Browse repository at this point
Commits on Jul 17, 2026
fix: address PR review feedback from zimeg
srtaalej
committed
77be121
View commit details
Copy full SHA for 77be121
Browse repository at this point
refactor: address additional PR review feedback for manifest diff
srtaalej
committed
efa30b4
View commit details
Copy full SHA for efa30b4
Browse repository at this point
Merge branch 'main' into mwbrooks-manifest-diff
srtaalej
authored
2bc5fd9
View commit details
Copy full SHA for 2bc5fd9
Browse repository at this point
refactor: move display logic from internal/manifest to cmd/manifest
srtaalej
committed
690740c
View commit details
Copy full SHA for 690740c
Browse repository at this point
Commits on Jul 20, 2026
Merge branch 'main' into mwbrooks-manifest-diff
mwbrooks
authored
4227ada
View commit details
Copy full SHA for 4227ada
Browse repository at this point
Commits on Jul 21, 2026
Merge branch 'main' into mwbrooks-manifest-diff
srtaalej
authored
9d432c0
View commit details
Copy full SHA for 9d432c0
Browse repository at this point
Commits on Jul 22, 2026
fix: correct forbidden substring in diff display test to match actual header
srtaalej
committed
ea4b9f2
View commit details
Copy full SHA for ea4b9f2
Browse repository at this point
Commits on Jul 27, 2026
fix: add displayPath function and strings import to diff_display
srtaalej
committed
702badc
View commit details
Copy full SHA for 702badc
Browse repository at this point
You can’t perform that action at this time.