# Grafbase

The Grafbase CLI

## Usage

```
The Grafbase command line interface

Usage: grafbase [OPTIONS] <COMMAND>

Commands:
  branch       Manage branches
  completions  Output completions for the chosen shell
  plugins      List installed plugins
  login        Login to your Grafbase account
  logout       Logout from your Grafbase account
  create       Create a graph
  compose      Compose a graph from subgraph schemas
  introspect   Introspect a schema
  subgraph     Manage subgraphs
  schema       Fetch a schema from the registry
  publish      Publish a schema to the registry
  check        Run validation, composition and breaking change checks
  trust        Submit a trusted documents manifest
  lint         Lint a schema
  dev          Start the development server
  mcp          Start the MCP server
  extension    Manage extensions
  help         Print this message or the help of the given subcommand(s)

Options:
  -t, --trace <TRACE>  Set the tracing level [default: 0]
      --home <HOME>    An optional replacement path for the home directory
  -h, --help           Print help
  -V, --version        Print version
```
