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

@subtasks.co/subtasks-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

@subtasks.co/subtasks-cli

Manage APIs from your terminal

latest
Source
npmnpm
Version
2.1.0
Version published
Weekly downloads
2
-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

subtasks-cli

Manage APIs from your terminal

oclif Version Downloads/week License Build Status

  • Usage
  • Commands

Usage

$ npm install -g @subtasks.co/subtasks-cli
$ subtasks COMMAND
running command...
$ subtasks (-v|--version|version)
@subtasks.co/subtasks-cli/2.1.0 linux-x64 node-v12.13.1
$ subtasks --help [COMMAND]
USAGE
  $ subtasks COMMAND
...

Commands

subtasks add-function NAME

add a new TypeScript function

USAGE
  $ subtasks add-function NAME

OPTIONS
  -h, --help  show CLI help

See code: src/commands/add-function.ts

subtasks help [COMMAND]

display help for subtasks

USAGE
  $ subtasks help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

subtasks init

creates a new, empty subtasks project in the current directory

USAGE
  $ subtasks init

OPTIONS
  -f, --force
  -h, --help   show CLI help
  --path=path  [default: /home/travis/build/subtasks-co/cli]

See code: src/commands/init.ts

subtasks publish

publish the latest version of your functions to the platform

USAGE
  $ subtasks publish

OPTIONS
  -h, --help  show CLI help

See code: src/commands/publish.ts

Keywords

oclif

FAQs

Package last updated on 26 Nov 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