fast-olx-cli
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

fast-olx-cli

asd

oclif Version Downloads/week License

Usage

$ npm install -g fast-olx-cli
$ fastolx COMMAND
running command...
$ fastolx (-v|--version|version)
fast-olx-cli/0.0.1 darwin-x64 node-v12.8.1
$ fastolx --help [COMMAND]
USAGE
  $ fastolx COMMAND
...

Commands

fastolx ad:get

get a public ad

USAGE
  $ fastolx ad:get

OPTIONS
  -a, --account=account          OLX email account
  -c, --code=code                any olx ad code
  -f, --format=json|table|print  [default: table] output in some format
  -h, --help                     show CLI help
  -p, --password=password        OLX email password

ALIASES
  $ fastolx ad:get
  $ fastolx get

EXAMPLE
  $ fastolx ad:get --format=json

See code: src/commands/ad/get.ts

fastolx ads:add [COVERPHOTO] [GALLERYPHOTO1] [GALLERYPHOTO2] [GALLERYPHOTO3] [GALLERYPHOTO4]

describe the command here

USAGE
  $ fastolx ads:add [COVERPHOTO] [GALLERYPHOTO1] [GALLERYPHOTO2] [GALLERYPHOTO3] [GALLERYPHOTO4]

OPTIONS
  -a, --account=account          OLX email account
  -f, --format=json|table|print  [default: table] output in some format
  -h, --help                     show CLI help
  -p, --password=password        OLX email password

See code: src/commands/ads/add.ts

fastolx ads:list

list your ads

USAGE
  $ fastolx ads:list

OPTIONS
  -a, --account=account          OLX email account
  -f, --format=json|table|print  [default: table] output in some format
  -h, --help                     show CLI help
  -p, --password=password        OLX email password

ALIASES
  $ fastolx ads:index
  $ fastolx ads:list

EXAMPLE
  $ fastolx list --format=json
  {"ads":[]}

See code: src/commands/ads/list.ts

fastolx ads:search

search for ads

USAGE
  $ fastolx ads:search

OPTIONS
  -a, --account=account          OLX email account
  -c, --category=category        [default: brasil] olx category name
  -f, --format=json|table|print  [default: table] output in some format
  -h, --help                     show CLI help
  -p, --page=page                [default: 1] page of ads results
  -p, --password=password        OLX email password
  -q, --query=query              keyword to search
  -s, --order=price|recent       [default: table] order ads by
  -s, --state=state              [default: pr] any brazilian state
  -t, --all                      get all pages results
  -u, --url=url                  any olx search URL

ALIASES
  $ fastolx ads:s
  $ fastolx ads:search

EXAMPLE
  $ fastolx search --format=json
  {"ads":[]}

See code: src/commands/ads/search.ts

fastolx autocomplete [SHELL]

display autocomplete installation instructions

USAGE
  $ fastolx autocomplete [SHELL]

ARGUMENTS
  SHELL  shell type

OPTIONS
  -r, --refresh-cache  Refresh cache (ignores displaying instructions)

EXAMPLES
  $ fastolx autocomplete
  $ fastolx autocomplete bash
  $ fastolx autocomplete zsh
  $ fastolx autocomplete --refresh-cache

See code: @oclif/plugin-autocomplete

fastolx hello [FILE]

describe the command here

USAGE
  $ fastolx hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ fast-olx-cli hello
  hello world from ./src/hello.ts!

See code: src/commands/hello.ts

fastolx help [COMMAND]

display help for fastolx

USAGE
  $ fastolx help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

fastolx stars REPOSITORY

show the github stars on a repository

USAGE
  $ fastolx stars REPOSITORY

See code: src/commands/stars.ts

Readme

Keywords

Package Sidebar

Install

npm i fast-olx-cli

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

13.5 kB

Total Files

8

Last publish

Collaborators

  • thomas.groch