Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Apex SDK for Slack #621

Closed
legetz opened this issue Jun 1, 2023 · 3 comments · Fixed by #624
Closed

Support for Apex SDK for Slack #621

legetz opened this issue Jun 1, 2023 · 3 comments · Fixed by #624
Assignees
Labels
enhancement New feature or request

Comments

@legetz
Copy link

legetz commented Jun 1, 2023

Salesforce has beta support for Apex SDK for Slack. This feature adds two new folders under force-app/main/default folder.

Folder "slackapps":

  • Contains *.slackapp files where the content is YAML
  • Contains *.slackapp-meta.xml files where XML file contains some sensitive values such as appToken/clientKey/clientSecret/signingSecret

Folder "viewdefinitions":

  • Contains *.view files where the content is YAML
  • Contains *.view-meta.xml files where XML file do not contain any sensitive data

https://developer.salesforce.com/docs/platform/salesforce-slack-sdk/guide/overview.html

It would be good if delta plugin would detect the changes in these folders as well

@legetz legetz added the enhancement New feature or request label Jun 1, 2023
@scolladon
Copy link
Owner

Hi @legetz !

Thanks for raising this issue and thanks for contributing in making this project better!

I'll look into the metadata definition for those type and add them soon.
Stay tuned !

@AllanOricil
Copy link
Contributor

cool feature

@github-actions
Copy link

github-actions bot commented Jun 6, 2023

Shipped in release v5.21.0.
You can install the new version using the version number or the latest-rc channel

$ sfdx plugins:install sfdx-git-delta@latest-rc
$ sfdx plugins:install sfdx-git-delta@v5.21.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants