1
0
Fork 0

Adding upstream version 0.8.13.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-29 07:17:59 +02:00
parent c0c4addb85
commit 6819b9812e
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
28 changed files with 556 additions and 76 deletions

View file

@ -1,10 +1,10 @@
# Generators
Generators are used to create service configurations via the command line.
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>
```
shoutrrr generate [OPTIONS] -g <GENERATOR> <SERVICE>
```