@tibia-suite/cli
v0.1.3
Published
A CLI to get information from tibia.com in console
Downloads
6
Maintainers
Readme
@tibia-suite/cli
A CLI to get information from tibia.com in your console directly from official webpage.
Usage
$ npm install -g @tibia-suite/cli
$ @tibia-suite/cli COMMAND
running command...
$ @tibia-suite/cli (-v|--version|version)
@tibia-suite/cli/0.1.3 darwin-x64 node-v12.16.2
$ @tibia-suite/cli --help [COMMAND]
USAGE
$ @tibia-suite/cli COMMAND
...
Commands
@tibia-suite/cli character
@tibia-suite/cli guild
@tibia-suite/cli guilds
@tibia-suite/cli help [COMMAND]
@tibia-suite/cli world
@tibia-suite/cli worlds
@tibia-suite/cli character
Get the information from the character at tibia.com
USAGE
$ @tibia-suite/cli character
OPTIONS
-m, --minified show only character info without extend data
-n, --name=name name character to get data
See code: src/commands/character.js
@tibia-suite/cli guild
Get the information from the guild at tibia.com
USAGE
$ @tibia-suite/cli guild
OPTIONS
-l, --level show member list sorted by level
-n, --name=name name guild to get data
-o, --online only show online members in the list
See code: src/commands/guild.js
@tibia-suite/cli guilds
List the guilds of a world
USAGE
$ @tibia-suite/cli guilds
OPTIONS
-f, --filter=filter find by (part of the) name
-i, --insensitive find is insensitive
-s, --server=server server where the guilds are
See code: src/commands/guilds.js
@tibia-suite/cli help [COMMAND]
display help for @tibia-suite/cli
USAGE
$ @tibia-suite/cli help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
@tibia-suite/cli world
Describe the command here
USAGE
$ @tibia-suite/cli world
OPTIONS
-l, --level sort online characters by level
-n, --name=name name of the selected world
-v, --vocation group online characters by vocation
DESCRIPTION
...
Extra documentation goes here
See code: src/commands/world.js
@tibia-suite/cli worlds
Get the list of worlds from tibia.com
USAGE
$ @tibia-suite/cli worlds
OPTIONS
-l, --location=eu|na|sa filter by location
-o, --online order by amounf of online characters
See code: src/commands/worlds.js