0.0.6 • Published 2 years ago

novamarket v0.0.6

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

Novamarket

oclif Version Downloads/week

Usage

$ npm install -g novamarket
$ novamarket COMMAND
running command...
$ novamarket (--version)
novamarket/0.0.6 darwin-x64 node-v16.13.1
$ novamarket --help [COMMAND]
USAGE
  $ novamarket COMMAND
...

Commands

novamarket help [COMMAND]

Display help for novamarket.

USAGE
  $ novamarket help [COMMAND] [-n]

ARGUMENTS
  COMMAND  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for novamarket.

See code: @oclif/plugin-help

novamarket history ITEMID

Check transaction history of an item

USAGE
  $ novamarket history [ITEMID] [-t <value>] [-f <value>]

ARGUMENTS
  ITEMID  Id of the item to search

FLAGS
  -f, --filter=<value>  filter properties i.e novamarket history [itemid] -f refine=9
  -t, --top=<value>     [default: 10] top

DESCRIPTION
  Check transaction history of an item

EXAMPLES
  $ novamarket history 6635

See code: dist/commands/history.ts

novamarket live ITEMID

Check live market data of an item

USAGE
  $ novamarket live [ITEMID] [-t <value>] [-f <value>]

ARGUMENTS
  ITEMID  Id of the item to search

FLAGS
  -f, --filter=<value>  filter properties i.e novamarket live [itemid] -f refine=9
  -t, --top=<value>     [default: 10] top

DESCRIPTION
  Check live market data of an item

EXAMPLES
  $ novamarket live 6635

See code: dist/commands/live.ts