Discourse CLI tool for managing multiple Discourse forums: track installs, run upgrades over SSH, manage emojis, sync topics and categories as Markdown, and more.
#dsc open
Opens a Discourse install in the default browser.
```
dsc open <discourse>
```
Opens the `baseurl` for the named Discourse. The browser opener can be overridden with the `DSC_BROWSER_OPENER` environment variable.
##Examples
```bash
#Open a forum in the browserdsc open koloki-demo
```