@aurghyadip/warframe-cli
v0.6.2
Published
Warframe CLI for the devs who love warframe and also players who would like to get an insight right from the terminal.
Downloads
6
Readme
@aurghyadip/warframe-cli
Warframe CLI for the devs who love warframe and also players who would like to get an insight right from the terminal.
Usage
$ npm install -g @aurghyadip/warframe-cli
$ wfcli COMMAND
running command...
$ wfcli (-v|--version|version)
@aurghyadip/warframe-cli/0.6.2 darwin-x64 node-v14.3.0
$ wfcli --help [COMMAND]
USAGE
$ wfcli COMMAND
...
Commands
wfcli help [COMMAND]
display help for wfcli
USAGE
$ wfcli help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
wfcli mod MOD-NAME
Get details of a mod in warframe
USAGE
$ wfcli mod MOD-NAME
ARGUMENTS
MOD-NAME Name of the mod you are searching
OPTIONS
-d, --drops Shows the drop locations for the mod(if any)
-h, --help Help for command
-s, --stats Shows the stats of the mod.
See code: src/commands/mod.js
wfcli status
This command shows the status of the Warframe WorldState
USAGE
$ wfcli status
OPTIONS
-h, --help Get help for this command
-q, --query=baro|cycle|sortie option to get the details for
See code: src/commands/status.js
wfcli warframe NAME
Get details of an Warframe
USAGE
$ wfcli warframe NAME
ARGUMENTS
NAME Warframe Name, required
OPTIONS
-a, --abilities Show abilities
-c, --components Show the components required to build, disables other commands
-d, --details Show stats
-h, --help Show help for this command
See code: src/commands/warframe.js
wfcli weapon NAME
Get details of various weapons
USAGE
$ wfcli weapon NAME
ARGUMENTS
NAME Name of the weapon
OPTIONS
-h, --help Know more about the command
-t, --type=m|p|s (required) Specify the type of the weapon [Melee='m', Primary='p', Secondary='s']
See code: src/commands/weapon.js