mesheryctl relationship generate

Generate relationships documents

Synopsis

Generate relationships documents from a CSV file or Google Spreadsheet.

mesheryctl relationship generate [flags]

Examples

Generate relationships documents from a CSV file

mesheryctl relationship generate --file <path-to-relationships.csv>

Generate relationships documents with a custom output path

mesheryctl relationship generate --file <path-to-relationships.csv> --output <path-to-output.json>

Generate relationships documents from a Google Spreadsheet

mesheryctl relationship generate --spreadsheet-id [Spreadsheet ID] --spreadsheet-cred $CRED

Options

-f, --file string path to the relationships CSV file -h, --help help for generate -o, --output string path to the output JSON file --spreadsheet-cred string base64 encoded credential to download the spreadsheet --spreadsheet-id string spreadsheet ID 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.