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
|`-duration`| Runs program perpetually and recheck after specified interval; parses time strings such as `5m`, `15m`, `2h30m5s`. If not specified, or if equal to 0s, run once and exit. | 2h |`false`|
48
+
|`-config`| Loads environment variables from a given file. Variables should be specified as lines of `key=value` pairs. No variables will be loaded if a file is not specified. |`/tmp/config.env`|`false`|
49
+
34
50
# Environment Variables
35
51
36
52
All providers require the following environment variable:
@@ -48,10 +64,6 @@ All providers require the following environment variable:
48
64
|`CLOUDFLARE_HOST`| The record you want to update |`subdomain.example.com`|`true`|
49
65
|`CLOUDFLARE_EMAIL`| Email associated with your Cloudflare account |`[email protected]`|`true`|
|`-duration`| Runs program perpetually and recheck after specified interval; parses time strings such as `5m`, `15m`, `2h30m5s`. If not specified, or if equal to 0s, run once and exit. | 2h |`false`|
0 commit comments