dsc plugin¶
List, install, and remove plugins via SSH.
dsc plugin list¶
Lists installed plugins on the specified Discourse. -v/--verbose includes additional fields where supported.
dsc plugin install¶
Installs a plugin using the SSH command template in DSC_SSH_PLUGIN_INSTALL_CMD. The template supports {url} and {name} placeholders.
dsc plugin remove¶
Removes a plugin using the SSH command template in DSC_SSH_PLUGIN_REMOVE_CMD. The template supports {name} and {url} placeholders.