mesheryctl registry update

Update the registry with latest data.

Synopsis

Updates the component metadata (SVGs, shapes, styles and other) by referring from a Google Spreadsheet.

mesheryctl registry update [flags]

Examples

Update models from Meshery Integration Spreadsheet

mesheryctl registry update --spreadsheet-id [id] --spreadsheet-cred [base64 encoded spreadsheet credential] -i [path to the directory containing models].

Updating models in the meshery/meshery repo

mesheryctl registry update --spreadsheet-id 1DZHnzxYWOlJ69Oguz4LkRVTFM79kC2tuvdwizOJmeMw --spreadsheet-cred $CRED

Options

-h, --help help for update -i, --input string relative or absolute input path to the models directory (default "../server/meshmodel") --spreadsheet-cred string base64 encoded credential to download the spreadsheet --spreadsheet-id string spreadsheet it for the integration spreadsheet

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.