# Disma - CLI [![Crates.io](https://img.shields.io/crates/v/disma-cli)](https://crates.io/crates/disma-cli) [![codecov](https://codecov.io/gh/vigenere23/disma/branch/master/graph/badge.svg?token=Q16DUMJ6JQ&flag=disma-cli)](https://codecov.io/gh/vigenere23/disma) **Command line interface for [disma](https://github.com/vigenere23/disma).**

⬇️ Installation

You can install the disma binary multiple ways.

With cargo

shell cargo install disma-cli

With curl

UNIX (Linux, MacOS)

bash curl -sL "https://github.com/vigenere23/disma/releases/download/disma-cli%2Fv<DISMA_CLI_VERSION>/disma-<ARCH>.tar.gz" | tar -xz

where <ARCH> is one of:

🚀 Commands

⚠️ All commands needs the evironment variable DISCORD_BOT_TOKEN to be set.

list

List bot's accessible servers. If you don't see access to your server, make sure to add your bot to it.

compile

Compile a template config to a full config file. Only the handlebars format is supported for now. Will compile to the original format (JSON or YAML).

Arguments

save

Save a server (guild) configuration.

Arguments:

apply

Apply changes to a server based on a configuration file.

Arguments