Description
The app link command is limited to one app per environment (local or deployed) per team, which limits the development "stages" that might exist:
- Development
- Staging
- Production
At the moment this is expected behavior:
Only one app can exist for each combination of Team ID and environment.
📚 https://docs.slack.dev/tools/slack-cli/reference/commands/slack_app_link/
Version
Steps to reproduce:
- Create multiple apps for a team on api.slack.com/apps
- Run the
app link command in a project using these app IDs
- Find that one app can exist for development purposes
Expected result:
Multiple apps to be saved for later selections:
$ slack deploy
? Select an app
A0101010101 slackbox-ez T0000000001 (production)
> A0000000001 tinyspeck T0123456789 (production)
A0123456789 tinyspeck T0123456789 (staging)
Actual result:
$ slack app link
...
🚫 A saved app was found and cannot be overwritten (app_found)
💡 Suggestion
Remove the app from this project or try again with --force
Requirements
Description
The
app linkcommand is limited to one app per environment (local or deployed) per team, which limits the development "stages" that might exist:At the moment this is expected behavior:
📚 https://docs.slack.dev/tools/slack-cli/reference/commands/slack_app_link/
Version
Steps to reproduce:
app linkcommand in a project using these app IDsExpected result:
Multiple apps to be saved for later selections:
Actual result:
Requirements