Back to Meshery

mesheryctl-relationship-generate

docs/content/en/reference/mesheryctl/relationship/generate.md

1.0.181.2 KB
Original Source

mesheryctl relationship generate

Generate relationships documents

Synopsis

Generate relationships documents from the google spreadsheets

<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl relationship generate [flags] </div> </pre>

Examples

Generate relationships documentss

<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl relationship generate --spreadsheet-id [Spreadsheet ID] --spreadsheet-cred $CRED </div> </pre>

Options

<pre class='codeblock-pre'> <div class='codeblock'> -h, --help help for generate --spreadsheet-cred string base64 encoded credential to download the spreadsheet --spreadsheet-id string spreadsheet ID for the integration spreadsheet </div> </pre>

Options inherited from parent commands

<pre class='codeblock-pre'> <div class='codeblock'> --config string path to config file (default "/home/runner/.meshery/config.yaml") -v, --verbose verbose output </div> </pre>

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.