-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: add channels, entities and intents commands #46
Conversation
DCO-1.1-Signed-off-by: Oliver Daniel <[email protected]> Co-authored-by: Francois Groleau <[email protected]>
* feat: add entities:get command
* feat: add entities:list command
* feat: add entities:destroy command
* feat: add entities:rename command
* feat: add intents:get command * feat: add intents:list command * feat: add intents:create command * feat: add intents:destroy command * feat: add intents:rename command
* feat: add entities:create command
* feat: add entities:configure command
* feat: add entities:convert command
* fix: correct set of defects with entities:configure
* fix: add organizationId to projects:get output
* fix: correct typos in README.md * fix: reword section about overriding configuration
* feat: add channels:activate command * feat: add channels:configure command * feat: add channels:create command * feat: add channels:deactivate command * feat: add channels:rename command Signed-off-by: Oliver Daniel <[email protected]>
* fix: remove N/As from entities:get output * fix: update long description for entities:get
BREAKING CHANGE: Node.js >= 14 required
* fix: add warning regarding pattern values
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicate of #14; closing.
Just kidding. Looks great. It's been fun working on this version with you!
🎉 This PR is included in version 1.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 3.0.0-beta.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Features
Channels commands
Entities commands
Intents commands
Bug fixes
BREAKING CHANGES