Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 576 Bytes

CONFIG_GENERATOR_CLI.md

File metadata and controls

17 lines (13 loc) · 576 Bytes

Configuration Generator

Rustic Witcher also includes a CLI that allows you to generate a configuration.

It is important to note that the binary must be executed under rustic-config-generator-cli folder in rustic-witcher because it needs to read the configuration data properly.

  1. Clone the project
  2. Open a new branch
  3. Run the CLI tool:
cd ./rustic-witcher/rustic-config-generator-cli
./rustic-config-generator-cli
  1. Commit the changes & open a PR
  2. Done 🎉

Rustic Configuration Generator