jovotech / jovo-cli

🛠 Command Line Interface for the Jovo Framework: Makes voice experience deployment a breeze, including features like local development and staging.
https://www.jovo.tech/marketplace/jovo-cli
Apache License 2.0
57 stars 31 forks source link

Shows old invocation name on jovo build -p alexaSkill --deploy #60

Closed KaanKC closed 5 years ago

KaanKC commented 6 years ago

I'm submitting a...

Expected Behavior

After changing the invocation name inside the models/en-US.json file and running the jovo build -p alexaSkill --deploy command, it should display the new invocation name here:

jovo build -p alexaSkill --deploy

   √ Updating /platforms/alexaSkill
     √ Updating Alexa project files
       √ skill.json
     √ Updating Alexa Interaction Model based on Jovo Language Model in /models
       √ en-US
   √ Deploying
     √ Deploying Alexa Skill
       √ Updating Alexa Skill project for ASK profile default
         Skill Name: xxxxx
         Skill ID: xxxxxxxx
         Invocation Name: new invocation name(en-US)
         Endpoint: xxxxx
       √ Deploying Interaction Model, waiting for build
         √ en-US

Current Behavior

It shows the old invocation name:

jovo build -p alexaSkill --deploy

   √ Updating /platforms/alexaSkill
     √ Updating Alexa project files
       √ skill.json
     √ Updating Alexa Interaction Model based on Jovo Language Model in /models
       √ en-US
   √ Deploying
     √ Deploying Alexa Skill
       √ Updating Alexa Skill project for ASK profile default
         Skill Name: xxxxx
         Skill ID: xxxxxxxx
         Invocation Name: old invocation name(en-US)
         Endpoint: xxxxx
       √ Deploying Interaction Model, waiting for build
         √ en-US

Error log

-

Your Environment

janober commented 5 years ago

That bug got now fixed and is available in CLI v2.