1
0
Fork 0
golang-github-nicholas-fedo.../docs/generators/overview.md
Daniel Baumann bc0f764250
Merging upstream version 0.8.13.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-29 07:18:02 +02:00

10 lines
341 B
Markdown

# Generators
Generators are used to create service configurations via the command line.
The main generator is the reflection based [Basic generator](./basic) that aims to be able to generator configurations for all the core services via a set of simple questions.
## Usage
```bash
shoutrrr generate [OPTIONS] -g <GENERATOR> <SERVICE>
```