hub schema list all

List entity types, relationship labels and total counts for a model.

Use the basic hub schema list all command to return a list of entity types, relationship labels and total counts for a model. Add the verbose argument to include entity properties, relationship label connections, relationship properties, and indexed properties.

Usage

hub schema list all --m model --v verbose
RequiredArgumentDescription
Yes--m modelSpecifies the name of the model whose schema information you want to list.
No--v verboseSpecifies whether to include verbose output, where verbose is one of the following:
true
Includes verbose output.
false
Does not include verbose output. This is the default setting.

Example

This example lists all relationship properties for a model named PersonalBanking and does not include verbose output.

hub schema list all --m PersonalBanking