mesheryctl model view

View model

Synopsis

View a model queried by its name or ID

mesheryctl model view [flags]

Examples

View a specific model from current provider by using [model-name] or [model-id] in default format yaml

mesheryctl model view [model-name]

View a specific model in specifed format

mesheryctl model view [model-name] --output-format [json|yaml]

View a specific model in specified format and save it as a file

mesheryctl model view [model-name] --output-format [json|yaml] --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.