Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
The Alexa Skills Kit Command Line Interface (ASK CLI) is a tool for you to manage your Alexa skills and related AWS Lambda functions. With the ASK CLI, you can now quickly and easily create new skills and update your existing skills from the command line and local development environment.
Use npm to install ASK CLI. Run the npm global install command into the ask-cli folder:
$ npm install -g ask-cli
If you are using Linux, the installation may require sudo
:
$ sudo npm install -g ask-cli
The first time you use ASK CLI, you must call the init
command to initialize the tool with your Amazon developer account.
$ ask init
You will be prompted to select your profile and to log in to your developer account. Once the initialization is complete, you can use ASK CLI to manage your skills.
The ask new
command allows you to quickly create a new Alexa skill.
$ ask new --skill-name 'my-skill'
$ cd my-skill
$ ask deploy
This will create a fully working "Hello World" skill that can be enabled and invoked immediately. If you make any subsequent changes, just use ask deploy
again to deploy all of your changes.
The ask clone
command allows you to set up a local project from your existing skill.
$ ask clone --skill-id 'amzn1.ask.skill.UUID'
$ cd my-existing-skill-name
# make some changes here
$ ask deploy
ask deploy
will deploy all of your changes to skill manifest, interaction models, and AWS Lambda function(s).
To see all of the commands available in ASK CLI, refer to the ASK CLI Reference.
v1.2.1
v1.2.0
v1.1.6
v1.1.4
v1.1.2
v1.1.0 brings the ASK CLI out of beta, with a few notable changes.
FAQs
Alexa Skills Kit (ASK) Command Line Interfaces
The npm package ask-cli receives a total of 353 weekly downloads. As such, ask-cli popularity was classified as not popular.
We found that ask-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.