alexa-skill-tools
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -51,3 +51,3 @@ { | ||
}, | ||
"version": "0.0.3" | ||
"version": "0.0.4" | ||
} |
@@ -0,1 +1,9 @@ | ||
# DEPRECATION WARNING | ||
Amazon have now released an API for skills management. | ||
Please use that instead. | ||
https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/ask-cli-intro | ||
# Alexa Skills Toolkit | ||
@@ -5,2 +13,8 @@ | ||
Currently allows you to fetch and update the skills code. i.e. Intents, | ||
Utterances and slots. | ||
It utilises your Chrome cookies to authenticate, so you need to log into | ||
https://developer.amazon.com first. | ||
## Installation | ||
@@ -17,3 +31,7 @@ | ||
``` bash | ||
alexa-skills-toolkit --update-json skill.json | ||
# Download the current model | ||
alexa-skills-toolkit --action getcode --appId amzn1.echo-sdk-ams.app.XXX | ||
# Update the model | ||
alexa-skills-toolkit --action updatecode --appId amzn1.echo-sdk-ams.app.XXX --data file.json | ||
``` | ||
@@ -25,5 +43,7 @@ | ||
import ast from 'alexa-skills-toolkit'; | ||
import * as ast from 'alexa-skills-toolkit'; | ||
// TBA | ||
const data = ast.getCode(appId); | ||
ast.updateCOde(appId, data); | ||
``` | ||
@@ -30,0 +50,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
66
3
65658
14
78