Swotly
Swotly

Reputation: 3

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

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?

Upvotes: 0

Views: 55

Answers (1)

Chinmay Bhat
Chinmay Bhat

Reputation: 16

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.

Upvotes: 0

Related Questions