@aurghyadip/warframe-cli

0.6.2 • Public • Published

@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.

oclif Version Downloads/week License

Usage

$ npm install -g @aurghyadip/warframe-cli
$ wfcli COMMAND
running command...
$ wfcli (-v|--version|version)
@aurghyadip/warframe-cli/0.6.2 linux-x64 node-v12.16.3
$ 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

Readme

Keywords

Package Sidebar

Install

npm i @aurghyadip/warframe-cli

Weekly Downloads

0

Version

0.6.2

License

MIT

Unpacked Size

20.4 kB

Total Files

10

Last publish

Collaborators

  • aurghyadip