mesheryctl exp relationship view
view relationships of a model by its name
Synopsis
view a relationship queried by the model name
mesheryctl exp relationship view [flags]
Examples
View relationships of a model in default format yaml
mesheryctl exp relationship view [model-name]
View relationships of a model in JSON format
mesheryctl exp relationship view [model-name] --output-format json
View relationships of a model in json format and save it to a file
mesheryctl exp relationship view [model-name] --output-format json --save
Options
-h, --help help for view -o, --output-format string (optional) format to display in [json|yaml] (default "yaml") -s, --save (optional) save output as a JSON/YAML file
Options inherited from parent commands
--config string path to config file (default "/home/runner/.meshery/config.yaml") -v, --verbose verbose output
See Also
Go back to command reference index, if you want to add content manually to the CLI documentation, please refer to the instruction for guidance.