37 lines
1.1 KiB
Markdown
37 lines
1.1 KiB
Markdown
## osem_notify debug
|
|
|
|
Run some debugging checks on osem_notify itself
|
|
|
|
### Synopsis
|
|
|
|
osem_notify debug <feature> tests the functionality of the given feature
|
|
|
|
```
|
|
osem_notify debug [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for debug
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
-a, --api string openSenseMap API to query against (default "https://api.opensensemap.org")
|
|
-c, --config string path to config file (default $HOME/.osem_notify.yml)
|
|
-d, --debug enable verbose logging
|
|
-l, --logformat string log format, can be plain or json (default "plain")
|
|
-n, --notify if set, will send out notifications.
|
|
Otherwise results are printed to stdout only.
|
|
You might want to run 'osem_notify debug notifications' first to verify everything works.
|
|
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [osem_notify](osem_notify.md) - Root command displaying help
|
|
* [osem_notify debug notifications](osem_notify_debug_notifications.md) - Verify that notifications are working
|
|
|
|
###### Auto generated by spf13/cobra on 26-Jun-2018
|