mesheryctl design evaluate
Evaluate a design
Synopsis
Evaluate a design by running relationship evaluation policies. The evaluated design is saved to the specified output file while an overview of evaluation actions is printed to the terminal.
mesheryctl design evaluate [ID] [flags]
Examples
Evaluate a design from a file and save the result
mesheryctl design evaluate -f design.yaml -o evaluated-design.yaml
Evaluate a design by ID
mesheryctl design evaluate 12345678-abcd-efgh-ijkl-123456789012 -o result.yaml
Evaluate and save as JSON
mesheryctl design evaluate -f design.yaml --output-format json -o evaluated-design.json
Options
-f, --file string Path to design file -h, --help help for evaluate -o, --output string Path to save the evaluated design --output-format string Output format for the evaluated design [json|yaml] (default "yaml")
Options inherited from parent commands
--config string path to config file (default "/home/runner/.meshery/config.yaml") -t, --token string Path to token file default from current context -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.