List Tables (gx table list)

gx table list [-hV] [-c[=<YAML config>]]

gx table list prints all the tables in the application config file.

$> gx table list
Running gx table list with options:
Config: ./app.yaml

Table Name: user_table
	Key: string
	Number of actions: 1
		1. updateEvents
-----
Table Name: flow_stats_table
	Key: string
	Number of actions: 1
		1. flowStats
-----
Table Name: user_stats_table
	Key: long
	Number of actions: 1
		1. userStats
-----

gx table list does not query the Grainite server and instead lists tables from the provided application config file.

Last updated