subtasks-cli
Manage APIs from your terminal
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