# diagrid docs

Open the Diagrid documentation in your browser

### Description

Open the Diagrid documentation site (https://docs.diagrid.io/) in your
default browser. Use --print to print the URL instead of launching a browser
(useful on headless machines and in CI).

```
diagrid docs [flags]
```

### Examples

```

  # Open the docs in your default browser
  diagrid docs

  # Print the docs URL instead of opening it
  diagrid docs --print

```

### Options

```
  -h, --help    help for docs
      --print   Print the URL instead of opening a browser
```
