Questions tagged [ask-cli]
38 questions
0
votes
2 answers
Simple ASK CLI install in windows not working
I installed in Windows 10 ASK CLI with
npm install -g ask-cli
without errors.
But the next step
ask new
results in the error:
Invalid json: C:\Users\user1\.ask\cli_config
Sure, the folder
C:\Users\user1\.ask
doesn't exist.
Is there something…

Konrad
- 4,329
- 10
- 54
- 88
0
votes
1 answer
AMAZON.FallbackIntent not working ask-sdk: 2.0.10
I'm trying to use the Amazon in-built functionality for out-of-bound queries on my Custom Alexa skill. Alexa could use the "AMAZON.FallbackIntent" for such, I've found the basic setup…

G Tuli
- 3
- 7
0
votes
1 answer
"token does not exist"
Hello and good afternoon all!
I have a problem with ASK CLI in that when I attempt to utilize "ask clone " it returns this error in my console:
ask clone amzn1.ask.skill.900c47d3-532f-45b5-975b-1c995c6dbd88
The property "token" does not exist.
…

danner.tech
- 109
- 2
- 13
0
votes
2 answers
Create a complete Alexa skill with AWS or ASK CLI
Is it possible to create a custom Alexa skill with the back-end Lambda (code) completely from AWS/ASK CLI? The Lambda interacts with DynamoDB, so it would be ideal to include the provisioning of the DynamoDB backend via the CLI too.

Web User
- 7,438
- 14
- 64
- 92
0
votes
1 answer
Missing commands on Alexa Skills Kit CLI
I’ve just upgraded from jovo-cli 1.0.13 to 1.2.10 and now am experiencing issues with ask-cli. I’m not sure why these would be connected but I used to be able to run jovo deploy -p alexaSkill without issue, now when I run it it throws the following…

Josh
- 1,517
- 1
- 13
- 21
0
votes
1 answer
After successful(?) installation of ask-cli, I'm getting a deployment error where it says invalid json. How do I fix this?
yashadnani$ npm install -g ask-cli
/usr/local/bin/ask -> /usr/local/lib/node_modules/ask-cli/bin/ask.js
ask-cli@1.3.1
updated 1 package in 1.695s
Yashs-MacBook-Pro:~ yashadnani$ ask init
Invalid json:…

thedreamsaver
- 1,294
- 4
- 16
- 27
0
votes
1 answer
ask-cli api or lambda does not exist
I am wondering why ask-cli does not work if I want to list the commands. Does anybody know the reason? I could run ask deploy and can see my skill up and running on developer.amazon.com
> ask -v
1.1.2
> ask --help
Usage: ask [options] [command]
…

Fahim
- 1,431
- 1
- 15
- 28
0
votes
0 answers
Dynamic input in powershell for ask-CLI command
Need to create a powershell script for deployment of alexa skill and lambda function. Need a solution to provide dynamic input form a JSON file to powershell after executing the following command:
ask api --skill-id xxxxxxxxxxxxxxxxx…

Akshay
- 1
- 1