dsc-rs 0.2.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
# each Discourse should have its own [[discourse]] above, in double square brackets
[[discourse]]
name = "myforum" # unique name for this Discourse install
fullname = "My Forum" # Discourse site title (optional)
baseurl = "https://forum.example.com" # base URL of the Discourse install
apikey = "your_api_key_here" # API key with appropriate permissions
api_username = "system" # API username
changelog_topic_id = 123

[[discourse]]
name = "otherforum" # unique name for this Discourse install
fullname = "Other Forum" # Discourse site title (optional)
baseurl = "https://community.example.org" # base URL of the Discourse install
apikey = "your_other_api_key_here" # API key with appropriate permissions
api_username = "system" # API username
changelog_topic_id = 456 # topic ID of a Changelog Topic on the forum