List Topics (gx topic list)

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

gx topic list prints all topics in the application config file.

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

Topic Name: updates_topic
	Key Name: user_id
	Key Type: string
-----

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

Last updated