0.0.2 • Published 4 years ago

@laundry/laundry v0.0.2

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

laundry

data laundering tools

oclif Version Downloads/week License

Usage

$ npm install -g @laundry/laundry
$ laundry COMMAND
running command...
$ laundry (-v|--version|version)
@laundry/laundry/0.0.2 darwin-x64 node-v13.8.0
$ laundry --help [COMMAND]
USAGE
  $ laundry COMMAND
...

Commands

laundry commands

list all the commands

USAGE
  $ laundry commands

OPTIONS
  -h, --help  show CLI help
  -j, --json  output in json format
  --hidden    also show hidden commands

See code: @oclif/plugin-commands

laundry help [COMMAND]

display help for laundry

USAGE
  $ laundry help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

laundry run

USAGE
  $ laundry run

OPTIONS
  --config=config    (required) path to a javascript file exporting an array of washer settings

  --fileUrl=fileUrl  (required) [default: http://localhost:3000/files] a URL which maps to the file location
                     (env: LAUNDRY_FILES_URL)

  --files=files      (required) [default: OS cache dir] where to store downloaded files, either a local path or an s3://
                     location
                     (env: LAUNDRY_FILES)

  --mongo=mongo      (required) [default: mongodb://localhost:27017/laundry] mongodb connection string
                     (env: LAUNDRY_MONGO)

  --port=port        (required) [default: 3000] the port to use for the web server which hosts files and the admin
                     interface

See code: src/commands/run.ts