IBM / clai

Command Line Artificial Intelligence or CLAI is an open-sourced project from IBM Research aimed to bring the power of AI to the command line interface.
https://clai-home.mybluemix.net/
MIT License
475 stars 73 forks source link

Merging nlc2cmd_cloud test cases and readme updates #23

Closed ktalamad closed 4 years ago

ktalamad commented 4 years ago

:pushpin: References

:tophat: What is the goal?

Merge nlc2cmd_cloud skill into master

:memo: How is it being implemented?

Implemented using WA and intents specific to IBM Cloud CLI starter kit documentation.

:tv: nlc2cmd4ibmcloudcli

:boom: How can it be tested?

Activate nlc2cmd skill on CLAI, and then type one of the following to test (response indicated next to the usecase):

  1. >> How do I login? Expected output: Try >> ibmcloud login
  2. >> I want to invite someone to my cloud Expected output: Try >> ibmcloud account user-invite USER_EMAIL

Skill should respond with corresponding command suggestions.