alexa-skills-kitask-cli

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?


Solution

  • 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.