IBM / alexa-skill-watson-assistant

Alexa Skill using IBM Watson Assistant and IBM Cloud Functions
https://developer.ibm.com/patterns/create-an-alexa-skill-with-serverless-and-a-conversation/
Apache License 2.0
77 stars 105 forks source link

ibmcloud wsk not registered #63

Open saurabhksinha900 opened 4 years ago

markstur commented 4 years ago

It looks like "wsk" is now "fn". I have both.

Did you install the plugin in step 4?

I suppose I have an old plugin. It says: markstur@Marks-MacBook-Pro ~ % ibmcloud wsk

Plug-in 'cloud-functions 1.0.39' is now available (you have 1.0.36). Use 'ibmcloud plugin update cloud-functions' to upgrade the plug-in.

After I update ibmcloud fn is exactly like my wsk was. It even shows wsk in the help:

markstur@Marks-MacBook-Pro ~ % ibmcloud fn Manage Cloud Functions Usage: wsk [command]

So I think we'll just need to update the commands to say "fn" instead of "wsk". Does that work for you @saurabhksinha900 ?

saurabhksinha900 commented 4 years ago

Thanks. It works. But not sure why the alexa integration is not runnign when i am trying to test from simulator.