> ## Documentation Index
> Fetch the complete documentation index at: https://wundergraphinc-brendan-add-sof-link.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Plugin

> Commands for working with plugins for the Cosmo Router

WunderGraph Cosmo CLI includes commands for working with plugins for the Cosmo Router.

<CardGroup>
  <Card title="Init" href="/cli/router/plugin/init" icon="file-circle-plus">
    Scaffold a new router plugin
  </Card>

  <Card title="Build" href="/cli/router/plugin/build" icon="hammer">
    Build a router plugin
  </Card>

  <Card title="Generate" href="/cli/router/plugin/generate" icon="code">
    Generate proto and gRPC code for a router plugin
  </Card>

  <Card title="Test" href="/cli/router/plugin/test" icon="vial">
    Run tests for a router plugin
  </Card>

  <Card title="Publish" href="/cli/router/plugin/publish" icon="upload">
    Publish a plugin subgraph
  </Card>

  <Card title="Create" href="/cli/router/plugin/create" icon="plus">
    Create a plugin subgraph on the control plane
  </Card>

  <Card title="Delete" href="/cli/router/plugin/delete" icon="trash">
    Delete a plugin subgraph from the control plane
  </Card>
</CardGroup>

For detailed documentation about plugins and how they work, see the [Plugins](/router/gRPC/plugins) documentation.
