Skip to content

feat: setup app settings using a manifest json file with required features - #3

Merged
zimeg merged 1 commit into
mainfrom
zimeg-manifest-json
Jun 24, 2025
Merged

feat: setup app settings using a manifest json file with required features#3
zimeg merged 1 commit into
mainfrom
zimeg-manifest-json

Conversation

@zimeg

Copy link
Copy Markdown
Member

Summary

This PR adds the manifest.json file for an improved Slack CLI quick start experience.

Related: slackapi/bolt-python#1317

Reviewers

Test this app setup using these commands:

$ slack init
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
$ slack run

Then add the bot to a channel and say "hello"!

Notes

This manifest matches the slack-samples/bolt-js-getting-started-app app manifest.

Requirements

@mwbrooksmwbrooks left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Yay! Thanks for adding the manifest file! 🎉

@zimeg

Copy link
Copy Markdown
MemberAuthor

@mwbrooks 🫡

Likewise, thank you for the reviews! I'll merge this now so we can continue testing the quickstart experience 🚢 💨

@zimeg
zimeg merged commit e8eab25 into mainJun 24, 2025
@zimeg
zimeg deleted the zimeg-manifest-json branch June 24, 2025 01:02
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancementNew feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@zimeg@mwbrooks