docs/content/en/reference/mesheryctl/design/evaluate.md
Evaluate a design
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.
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl design evaluate [ID] [flags] </div> </pre>Evaluate a design from a file and save the result
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl design evaluate -f design.yaml -o evaluated-design.yaml </div> </pre>Evaluate a design by ID
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl design evaluate 12345678-abcd-efgh-ijkl-123456789012 -o result.yaml </div> </pre>Evaluate and save as JSON
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl design evaluate -f design.yaml --output-format json -o evaluated-design.json </div> </pre>Go back to command reference index, if you want to add content manually to the CLI documentation, please refer to the instruction for guidance.