2.1.0 • Published 4 years ago

@subtasks.co/subtasks-cli v2.1.0

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

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

2.1.0

4 years ago

2.0.0

4 years ago

1.0.0

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago