docs/content/en/reference/references/mesheryctl/adapter/validate.md
Validate conformance to predefined standards
Validate predefined conformance to different standard specifications
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl adapter validate [flags] </div> </pre>Validate conformance to predefined standards
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl adapter validate [mesh name] --adapter [name of the adapter] --tokenPath [path to token for authentication] --spec [specification to be used for conformance test] --namespace [namespace to be used] </div> </pre>Validate Istio to predefined standards
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl adapter validate istio --adapter meshery-istio --spec smi </div> </pre>Usage of mesheryctl adapter validate
Go back to [command reference index]({{< ref "reference/references/mesheryctl/_index.md" >}}), if you want to add content manually to the CLI documentation, please refer to the [instruction]({{< ref "project/contributing/contributing-cli.md#preserving-manually-added-documentation" >}}) for guidance.