docs/content/en/reference/mesheryctl/registry/update.md
Update the registry with latest data.
Updates the component metadata (SVGs, shapes, styles and other) by referring from a Google Spreadsheet.
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl registry update [flags] </div> </pre>Update models from Meshery Integration Spreadsheet
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl registry update --spreadsheet-id [id] --spreadsheet-cred "$CRED" -i [path to the directory containing models]. </div> </pre>Updating models in the meshery/meshery repository based on the spreadsheet
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl registry update --spreadsheet-id 1DZHnzxYWOlJ69Oguz4LkRVTFM79kC2tuvdwizOJmeMw --spreadsheet-cred "$CRED" </div> </pre>Updating models in the meshery/meshery repository based on flag
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl registry update --spreadsheet-id 1DZHnzxYWOlJ69Oguz4LkRVTFM79kC2tuvdwizOJmeMw --spreadsheet-cred "$CRED" --model "[model-name]" </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.