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
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ask-utils-cli

Utilify CLI tool for ASK CLI & ask-sdk

latest
Source
npmnpm
Version
0.0.1
Version published
Weekly downloads
3
-40%
Maintainers
1
Weekly downloads
 
Created
Source

ask-utils-cli

Utilify CLI tool for ASK CLI & ask-sdk

  • Usage
  • Commands
  • Contributing
  • Request to add new feature
  • Fix bug

Usage

$ npm install -g ask-utils-cli
$ asku COMMAND
running command...
$ asku (-v|--version|version)
ask-utils-cli/0.0.1 darwin-x64 node-v10.1.0
$ asku --help [COMMAND]
USAGE
  $ asku COMMAND
...

Commands

asku help [COMMAND]

display help for asku

USAGE
  $ asku help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

asku setup TYPE

Describe the command here

USAGE
  $ asku setup TYPE

ARGUMENTS
  TYPE  lint, sam, serverless, test

OPTIONS
  -h, --help       show CLI help
  -p, --path=path  working dirctory path

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/setup.js

asku help [COMMAND]

display help for asku

USAGE
  $ asku help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

Contributing

Getting started

$ git clone git@github.com:ask-utils/cli.git
$ cd cli
$ npm i

Run as local

$ ./bin/run --help

Making Pull Request

# Request to add new feature
$ git checkout -b feature/{YOUR_UPDATE}

# Fix bug
$ git checkout -b fix/{YOUR_PATH}

Keywords

alexa

FAQs

Package last updated on 30 Sep 2018

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