fast-olx-cli
v0.0.1
Published
fast olx cli
Downloads
1
Readme
fast-olx-cli
asd
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
fastolx ads:add [COVERPHOTO] [GALLERYPHOTO1] [GALLERYPHOTO2] [GALLERYPHOTO3] [GALLERYPHOTO4]
fastolx ads:list
fastolx ads:search
fastolx autocomplete [SHELL]
fastolx hello [FILE]
fastolx help [COMMAND]
fastolx stars REPOSITORY
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