@elasticdataio/worker-cli
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

@elasticdataio/worker-cli

CLI of elasticdata.io worker

Version Downloads/week License

Installation

npm i -g --unsafe-perm=true  @elasticdataio/worker-cli

Commands

ed-cli help [COMMAND]

display help for ed-cli

USAGE
  $ ed-cli help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

ed-cli run -f [path to json file]

Run pipeline from JSON config file

USAGE
  $ ed-cli run -f [path to json file]

OPTIONS
  -d, --debug            Show info, warning and error messages
  -f, --file=file        Relative or absolute path to json file
  -p, --port=port        [default: 3002] Listeners port
  -t, --timeout=timeout  [default: 5] Maximum waiting time for a worker in minutes
  --display              Display data after worker finishes
  --headless             Use headless mode
  --maxTabs=maxTabs      [default: 3] Max chrome tabs
  --preconfigured        Example preconfigured json file for first start

EXAMPLE
  $ ed-cli run -f parse-amazon.json

See code: src/commands/run.ts

Other documentation

Package Sidebar

Install

npm i @elasticdataio/worker-cli

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

26.8 kB

Total Files

16

Last publish

Collaborators

  • elasticdataio