dsc-rs 0.4.0

Discourse CLI tool for managing multiple Discourse forums: track installs, run upgrades over SSH, manage emojis, sync topics and categories as Markdown, and more.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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 browser
dsc open koloki-demo
```