You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -26,24 +30,34 @@ or stopped, the template is regenerated.
26
30
*`-notify` - runs a command after the template is generated. Useful for restarting nginx, reloading
27
31
haproxy, etc..
28
32
*`-config file` - Use the specified config file instead of command-line options. Multiple templates can be defined and they will be executed in the order that they appear in the config file.
33
+
*`-interval <secs>` - Run the notify command on a fixed interval. Useful for service registration use cases.
34
+
35
+
If no `<dest>` file is specified, the output is sent to stdout. Mainly useful for debugging.
36
+
29
37
30
-
If no `<dest>` file is specified, the output is send to stdout. Mainly useful for debugging.
0 commit comments