jacekelgda / create-slack-app

Create Slack App
MIT License
2 stars 0 forks source link

Configuring slash command #4

Open jacekelgda opened 6 years ago

jacekelgda commented 6 years ago

As CLI user I should be able to create slash command, providing data: command name, verification token, description ( optional ), method ( post|get ), type of escape ( unescaped | escaped )

Each should be a wizard question. Answers should be saved as configuration for that app item. Configuration CLI ends here. We want to collect all configuration and then run generator on top of that.