playfab-database-editor
CLI tool to edit your PlayFab DB.
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 GetInternalTableNames
playfab-database-editor GetInternalTableValues
playfab-database-editor GetTableNames
playfab-database-editor GetTableValues
playfab-database-editor SetInternalTableValue
playfab-database-editor SetTableValue
playfab-database-editor WipeInternalTables
playfab-database-editor WipeTables
playfab-database-editor help [COMMAND]
playfab-database-editor GetInternalTableNames
TODO
USAGE
$ playfab-database-editor GetInternalTableNames
OPTIONS
-h, --help show CLI help
-k, --key=key (required) TODO
-t, --titleId=titleId (required) TODO
EXAMPLE
TODO
See code: src\commands\GetInternalTableNames.ts
playfab-database-editor GetInternalTableValues
TODO
USAGE
$ playfab-database-editor GetInternalTableValues
OPTIONS
-h, --help show CLI help
-k, --key=key (required) TODO
-t, --titleId=titleId (required) TODO
EXAMPLE
TODO
See code: src\commands\GetInternalTableValues.ts
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 SetInternalTableValue
TODO
USAGE
$ playfab-database-editor SetInternalTableValue
OPTIONS
-d, --data=data TODO
-e, --erase TODO
-f, --file=file TODO
-h, --help show CLI help
-k, --key=key (required) TODO
-n, --table=table (required) TODO
-t, --titleId=titleId (required) TODO
EXAMPLE
TODO
See code: src\commands\SetInternalTableValue.ts
playfab-database-editor SetTableValue
TODO
USAGE
$ playfab-database-editor SetTableValue
OPTIONS
-d, --data=data TODO
-e, --erase TODO
-f, --file=file TODO
-h, --help show CLI help
-k, --key=key (required) TODO
-n, --table=table (required) TODO
-t, --titleId=titleId (required) TODO
EXAMPLE
TODO
See code: src\commands\SetTableValue.ts
playfab-database-editor WipeInternalTables
TODO
USAGE
$ playfab-database-editor WipeInternalTables
OPTIONS
-h, --help show CLI help
-k, --key=key (required) TODO
-t, --titleId=titleId (required) TODO
EXAMPLE
TODO
See code: src\commands\WipeInternalTables.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