Conversation
Adds 'slck emoji list' to enumerate custom workspace emojis. Supports --include-aliases flag and JSON output. Uses the emoji.list Slack API (requires emoji:read scope).
rianjs
added a commit
that referenced
this pull request
Mar 23, 2026
Add missing documentation for emoji list, files download, whoami, --channel and --file flags on messages send. Add emoji:read and files:read OAuth scopes to manifest. Update CHANGELOG with entries for recent features (#120, #122, #123, #125, #126, #130). Add integration test sections for emoji, files, identity, and --channel.
3 tasks
rianjs
added a commit
that referenced
this pull request
Mar 23, 2026
## Summary - Add missing README sections for `emoji list`, `files download`, and `whoami` commands - Document `--channel` and `--file` flags on `messages send` - Add `emoji:read` and `files:read` OAuth scopes to app manifest and scopes table - Add `emoji` → `e` alias to aliases table - Update CHANGELOG with entries for #120, #122, #123, #125, #126, #130 - Add integration test sections: Part 8 (Emoji & Files), Part 9 (Identity) - Add `--channel` flag test case to messaging section - Add `emoji:read` and `files:read` to integration test setup scopes table ## Test plan - [x] No code changes — docs only - [ ] Review README for accuracy against actual CLI behavior - [ ] Verify CHANGELOG entries reference correct PR numbers
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.
Closes #124
Summary
slck emoji listcommand to enumerate custom workspace emojis--include-aliasesflag to include alias mappings (excluded by default)-o jsonreturns the full name→URL mapemoji.listSlack API (requiresemoji:readscope on the token)Test plan
slck emoji listoutputs one emoji name per line, sorted alphabeticallyslck emoji list -o jsonoutputs the full mapslck emoji list --include-aliasesincludes alias entries--include-aliases, aliases (URLs starting withalias:) are filtered out