Skip to content

Latest commit

 

History

History
40 lines (18 loc) · 1.69 KB

ask-cli-setup-intro.md

File metadata and controls

40 lines (18 loc) · 1.69 KB

AWS & ASK CLI Setup Guide

AWS Account | AWS CLI | AWS CLI Profile | Amazon Developer Account | ASK CLI | ASK CLI Profile | Deploy a Skill

ASK Command Line Interface (CLI)

The Alexa Skills Kit Command Line Interface (ASK CLI) is a tool that lets developers manage their Alexa skills and related resources such as interaction models and account linking details from the command line. It performs skill management actions by calling the Alexa Skill Management API (SMAPI) under the hood. ASK CLI can be used to create, read, update, and test Alexa skills and connected AWS Lambda functions, as well as to submit skills for certification or withdraw them.

The ASK CLI requires an Amazon Developer Portal account. Make sure to create an account first.

Do you have the ASK CLI Installed?

To check whether you have the ASK CLI installed, open a terminal (command prompt on Windows) and type the following command:

ask --version

If the CLI is installed correctly then you should see an output like this:

ask --version
1.1.2

In this case, you can continue to the next step which is to Setup an ASK CLI Profile.

If the CLI is not installed, then you will get an error back stating that ask is not a recognized command. In that case you should continue to follow the guide to Install the ASK CLI