ask api update-model --skill-id amzn1.ask.skill.xxxxxxx-xxxx-xxxx-926c-xxxxxxx -l en-US models/en-US.json
Returns:
Please input required parameter: skill-id.
This happens whether I provide -s or --skill-id. The same parameter works when I provide it for this command:
ask api get-model -s amzn1.ask.skill.xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx -l en-US > models/en-US.json
So... I think its an issue with the command. Please let me know if I'm doing something wrong. This would be a far better way to upload updates for new fields.
Version info:
ask api --version
1.1.0
Thanks!