I have got several skills which I have created/edited in Alexa console so far. Now I am trying to version them and automate deployment with ASK CLI.
I tried command:
ask api get-skill --skill-id amzn1.ask.skill.a6a1080c-9b4d-49df-b521-86b30f5ab22d –-stage development
which I believed would download skill JSON files locally, but no matter what I try I am getting error:
Please input required parameter: skill-id.
Is there a preferred way how to clone existing alexa skill from console to local ASK-managed project?
Thanks in advance for any tips!
Richard.