In this article, we are talking about how to configure ASK-CLI to create and manage Alexa skill using Command Line Interface.

The Alexa Skills Kit Command Line Interface (ask-cli) is used to create, manage, and deploy Alexa skills from the command line. ASK CLI is a tool for you to manage your Alexa skills and related resources, such as AWS Lambda functions. With ASK CLI, you have access to the Skill Management API, which allows you to manage Alexa skills programmatically from the command line.

Please see the full documentation from ASK CLI quick start guide.

Prerequisites

Before installing ASK CLI, make sure to have the following prerequisites:

$ pip install awscli

To upgrade the aws cli to the latest version,
$ pip install awscli –upgrade

#devops #alexa-skills #aws #skills #alexa

Quick Start: Alexa Skills Kit Command Line Interface (ASK CLI)
2.30 GEEK