# diagrid product use

Set the default product

```
diagrid product use <catalyst|conductor> [--org=org-name|--org=org-id|--org-prompt] [flags]
```

### Examples

```

  # Set default product to be Dapr Ops Dashboard
  diagrid product use conductor

  # 'dapr-ops-dashboard' is accepted as an alias for 'conductor'
  diagrid product use dapr-ops-dashboard

  # Set default product to be Catalyst
  diagrid product use catalyst

  # Set default product to be Dapr Ops Dashboard on a specific Org
  diagrid product use conductor --org my-org-name

  # Set default product to be Catalyst on a specific Org by using an Interactive Prompt
  diagrid product use catalyst --org-prompt
		
```

### Options

```
      --api-key string   Diagrid Cloud API key
  -h, --help             help for use
      --org string       Org ID or Name to use for the product
      --org-prompt       Select product organization using an interactive prompt
  -o, --output string    Output format, supported [table, yaml, json] (default "table")
```

### SEE ALSO

- [diagrid product](./product.md)	 - Switch between Catalyst and Dapr Ops Dashboard
