Manage APIs from your terminal
npm install @subtasks.co/subtasks-clisubtasks-cli
============
Manage APIs from your terminal





sh-session
$ 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
* [subtasks help [COMMAND]](#subtasks-help-command)
* subtasks init
* subtasks publishsubtasks add-function NAMEadd a new TypeScript function
`
USAGE
$ subtasks add-function NAMEOPTIONS
-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 initcreates a new, empty subtasks project in the current directory
`
USAGE
$ subtasks initOPTIONS
-f, --force
-h, --help show CLI help
--path=path [default: /home/travis/build/subtasks-co/cli]
`_See code: src/commands/init.ts_
subtasks publishpublish the latest version of your functions to the platform
`
USAGE
$ subtasks publishOPTIONS
-h, --help show CLI help
``_See code: src/commands/publish.ts_