0.0.0 • Published 6 years ago

playfab-database-editor v0.0.0

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

playfab-database-editor

CLI tool to edit your PlayFab DB.

oclif Version Downloads/week License

Usage

$ npm install -g playfab-database-editor
$ playfab-database-editor COMMAND
running command...
$ playfab-database-editor (-v|--version|version)
playfab-database-editor/0.0.0 win32-x64 node-v8.11.3
$ playfab-database-editor --help [COMMAND]
USAGE
  $ playfab-database-editor COMMAND
...

Commands

playfab-database-editor GetTableNames

TODO

USAGE
  $ playfab-database-editor GetTableNames

OPTIONS
  -h, --help             show CLI help
  -k, --key=key          (required) TODO
  -t, --titleId=titleId  (required) TODO

EXAMPLE
  TODO

See code: src\commands\GetTableNames.ts

playfab-database-editor GetTableValues

TODO

USAGE
  $ playfab-database-editor GetTableValues

OPTIONS
  -h, --help             show CLI help
  -k, --key=key          (required) TODO
  -t, --titleId=titleId  (required) TODO

EXAMPLE
  TODO

See code: src\commands\GetTableValues.ts

playfab-database-editor SetTableValue

TODO

USAGE
  $ playfab-database-editor SetTableValue

OPTIONS
  -d, --data=data        TODO
  -f, --file=file        TODO
  -h, --help             show CLI help
  -k, --key=key          (required) TODO
  -t, --table=table      (required) TODO
  -t, --titleId=titleId  (required) TODO

EXAMPLE
  TODO

See code: src\commands\SetTableValue.ts

playfab-database-editor WipeTables

TODO

USAGE
  $ playfab-database-editor WipeTables

OPTIONS
  -h, --help             show CLI help
  -k, --key=key          (required) TODO
  -t, --titleId=titleId  (required) TODO

EXAMPLE
  TODO

See code: src\commands\WipeTables.ts

playfab-database-editor help [COMMAND]

display help for playfab-database-editor

USAGE
  $ playfab-database-editor help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help