@subtasks.co/subtasks-cli
TypeScript icon, indicating that this package has built-in type declarations

2.1.0 • Public • Published

subtasks-cli

Manage APIs from your terminal

oclif Version Downloads/week License Build Status

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

Readme

Keywords

Package Sidebar

Install

npm i @subtasks.co/subtasks-cli

Weekly Downloads

12

Version

2.1.0

License

MIT

Unpacked Size

19.3 kB

Total Files

18

Last publish

Collaborators

  • stephankaag