Back to Meshery

mesheryctl-organization

docs/content/en/reference/mesheryctl/organization/_index.md

1.0.181.2 KB
Original Source

mesheryctl organization

Interact with registered organizations

Synopsis

Interact with registered organizations to display detailed information

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

Examples

Number of registered orgs

<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl organization --count </div> </pre>

List registerd orgs

<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl organization list </div> </pre>

Options

<pre class='codeblock-pre'> <div class='codeblock'> --count total number of registered organizations -h, --help help for organization </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.