Is it possible to upload logos for an Alexa Skill using the ASK CLI?

59 Views Asked by At

I'm learning how I might manage multiple similar Alexa Skills at scale. I think I have an approach to create and update the skills using gulp-template and the ask-cli.

However, I can't find a way to programmatically upload logos for the skills. Is this possible via the ask cli, or must I upload them manually?

1

There are 1 best solutions below

1
On BEST ANSWER

If you are using ask cli, publishing related information will be present in the skill-package/skill.json file. Update the "publishingInformation" section per locale with new logos. Reference:documentation

Use "deploy" command to update the skill.