I have an existing skill and I want to support skill events. I've installed and inited the ASK api, but haven't been able to use it successfully. When I try to run
ask api get-skill --stage development –-skill-id amzn1.ask.skill.XXXXX-XXXXXX-XXXXX -p Matt
the result is
Please input required parameter: skill-id.
It looks like I'm using the command correctly, what else could cause this?
By the way, if there's a way to add support for skill events that uses the developer console instead of the ASK api, I'm all ears.