# diagrid clusters manifests

Print Conductor agent manifest file

### Description

Print the Kubernetes manifests for deploying the Conductor agent

```
diagrid clusters manifests <cluster-id> [flags]
```

### Examples

```

  # Apply the agent manifests to the current Kubernetes cluster
  diagrid clusters manifests <cluster-id> | kubectl apply -f -

```

### Options

```
      --api-key string   Diagrid Cloud API key
  -h, --help             help for manifests
  -o, --output string    Output format, supported [table, yaml, json] (default "table")
      --version string   Agent manifest version (default "latest")
```

### SEE ALSO

- [diagrid clusters](./clusters.md)	 - Manage cluster connections
