Borsawy
Borsawy CLI command line interface
Usage
$ npm install -g borsawy$ borsawy COMMANDrunning command...$ borsawy (-v|--version|version)borsawy/0.0.5 darwin-x64 node-v10.16.3$ borsawy --help [COMMAND]USAGE $ borsawy COMMAND...
Commands
borsawy analytics:sma30
borsawy analytics:time
borsawy api:stocks
borsawy autocomplete [SHELL]
borsawy function:load
borsawy function:save
borsawy function:start
borsawy help [COMMAND]
borsawy image:dockernode
borsawy lib:time
borsawy module
borsawy stream:load
borsawy stream:process
borsawy stream:save
borsawy table:price
borsawy table:ticker
borsawy ui:mobile
borsawy analytics:sma30
Sub-Command to control the Analytics SMA30 module
USAGE
$ borsawy analytics:sma30
OPTIONS
-h, --help show CLI help
See code: src/commands/analytics/sma30.ts
borsawy analytics:time
Sub-Command to control the Analytics Time module
USAGE
$ borsawy analytics:time
OPTIONS
-h, --help show CLI help
See code: src/commands/analytics/time.ts
borsawy api:stocks
Sub-Command to control the API Stocks module
USAGE
$ borsawy api:stocks
OPTIONS
-h, --help show CLI help
See code: src/commands/api/stocks.ts
borsawy autocomplete [SHELL]
display autocomplete installation instructions
USAGE
$ borsawy autocomplete [SHELL]
ARGUMENTS
SHELL shell type
OPTIONS
-r, --refresh-cache Refresh cache (ignores displaying instructions)
EXAMPLES
$ borsawy autocomplete
$ borsawy autocomplete bash
$ borsawy autocomplete zsh
$ borsawy autocomplete --refresh-cache
See code: @oclif/plugin-autocomplete
borsawy function:load
Sub-Command to control the Function Load module
USAGE
$ borsawy function:load
OPTIONS
-h, --help show CLI help
See code: src/commands/function/load.ts
borsawy function:save
Sub-Command to control the Function Save module
USAGE
$ borsawy function:save
OPTIONS
-h, --help show CLI help
See code: src/commands/function/save.ts
borsawy function:start
Sub-Command to control the Function Start module
USAGE
$ borsawy function:start
OPTIONS
-h, --help show CLI help
See code: src/commands/function/start.ts
borsawy help [COMMAND]
display help for borsawy
USAGE
$ borsawy help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
borsawy image:dockernode
Sub-Command to control the Dockernode module
USAGE
$ borsawy image:dockernode
OPTIONS
-h, --help show CLI help
See code: src/commands/image/dockernode.ts
borsawy lib:time
Sub-Command to control the Time module
USAGE
$ borsawy lib:time
OPTIONS
-h, --help show CLI help
See code: src/commands/lib/time.ts
borsawy module
Run a command inside a module
USAGE
$ borsawy module
OPTIONS
-h, --help show CLI help
See code: src/commands/module.ts
borsawy stream:load
Sub-Command to control the Stream Load module
USAGE
$ borsawy stream:load
OPTIONS
-h, --help show CLI help
See code: src/commands/stream/load.ts
borsawy stream:process
Sub-Command to control the Stream Process module
USAGE
$ borsawy stream:process
OPTIONS
-h, --help show CLI help
See code: src/commands/stream/process.ts
borsawy stream:save
Sub-Command to control the Stream Save module
USAGE
$ borsawy stream:save
OPTIONS
-h, --help show CLI help
See code: src/commands/stream/save.ts
borsawy table:price
Sub-Command to control the Table Price module
USAGE
$ borsawy table:price
OPTIONS
-h, --help show CLI help
See code: src/commands/table/price.ts
borsawy table:ticker
Sub-Command to control the Table Ticker module
USAGE
$ borsawy table:ticker
OPTIONS
-h, --help show CLI help
See code: src/commands/table/ticker.ts
borsawy ui:mobile
Sub-Command to control the Mobile module
USAGE
$ borsawy ui:mobile
OPTIONS
-h, --help show CLI help
See code: src/commands/ui/mobile.ts