New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@ask-utils/cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ask-utils/cli

CLI tools for Alexa Skill development

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
10
42.86%
Maintainers
1
Weekly downloads
 
Created
Source

The package is WIP. Do not use before major release.

@ask-utils/cli

CLI tools for Alexa Skill development

oclif Version CircleCI Downloads/week License

  • Usage
  • Commands

Usage

$ npm install -g @ask-utils/cli
$ ask-dev COMMAND
running command...
$ ask-dev (-v|--version|version)
@ask-utils/cli/0.1.0 darwin-x64 node-v10.5.0
$ ask-dev --help [COMMAND]
USAGE
  $ ask-dev COMMAND
...

Commands

ask-dev generate-sam

describe the command here

USAGE
  $ ask-dev generate-sam

OPTIONS
  -d, --dry-run                 dry run
  -f, --format=(json|yaml|yml)  [default: yaml]
  -h, --help                    show CLI help
  -o, --output=output           [default: template] output file name.
  --db=db                       DynamoDB Tablenames
  --s3=s3                       s3 bucket names

EXAMPLE
  $ ask-dev generate-sam
  Create new SAM template

See code: src/commands/generate-sam.ts

ask-dev help [COMMAND]

display help for ask-dev

USAGE
  $ ask-dev help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

Keywords

oclif

FAQs

Package last updated on 23 Apr 2019

Did you know?

Socket

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.

Install

Related posts