Skip to content

Latest commit

 

History

History
38 lines (19 loc) · 1.14 KB

ask-cli-setup-install.md

File metadata and controls

38 lines (19 loc) · 1.14 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 CLI Setup - Installation

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

Node.js 4.5 or greater and Node Package Manager (npm), which installs with Node.js. To check the version of node.js, open a command prompt and type the following:

$ node --version

To install or update your version of Node.js, refer to the Node.js downloads page.

To install ASK CLI

Use npm to install ASK CLI. If you already have ASK CLI installed and want to update to the latest version, the same command can be used.

$ npm install -g ask-cli

If you are using Linux, the installation may require sudo:

$ sudo npm install -g ask-cli