mirror of https://github.com/caronc/apprise
Updated config (markdown)
parent
567b14552d
commit
4ab72930a7
|
@ -6,6 +6,7 @@ There are 2 supported formats:
|
||||||
- **[[YAML|Config_yaml]]**: A wee bit more complicated (when comparing to TEXT) but offers you much more flexibility.
|
- **[[YAML|Config_yaml]]**: A wee bit more complicated (when comparing to TEXT) but offers you much more flexibility.
|
||||||
|
|
||||||
## CLI
|
## CLI
|
||||||
|
To get started you can check out this [[dedicated wiki page on the CLI|CLI_Usage]].
|
||||||
The following lines work really with the command line:
|
The following lines work really with the command line:
|
||||||
* **--config** (**-c**): so you can manually load configuration files and process the notification URLs from there. You only need to provide this option if you don't have a configuration file already set up in the default search paths (explained below).
|
* **--config** (**-c**): so you can manually load configuration files and process the notification URLs from there. You only need to provide this option if you don't have a configuration file already set up in the default search paths (explained below).
|
||||||
* **--tag** (**-g**): so you can filter what you notify by the label you assigned to them.
|
* **--tag** (**-g**): so you can filter what you notify by the label you assigned to them.
|
||||||
|
|
Loading…
Reference in New Issue