dsc-rs 0.2.1

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
pub mod add;
pub mod backup;
pub mod category;
pub mod common;
pub mod completions;
pub mod emoji;
pub mod group;
pub mod import;
pub mod list;
pub mod open;
pub mod palette;
pub mod plugin;
pub mod setting;
pub mod theme;
pub mod topic;
pub mod update;