Allow for overriding the config file #204
philskents
started this conversation in
Ideas
Replies: 1 comment
-
That's a very sensible idea :) good call. I'll look into it asap, just skipping the sourcing of the config file (hence using defaults) if flag is passed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be great if there was a way to override the config file on the fly. For example, i have dockcheck configured with a config file to run as a cron job on my servers. The config file is set up in such a way as that it checks for updates only and fires me a gotify notification if updates are available.
It would be great if I could then ssh to the box and run dockcheck from the cli to do the updates, but currently it will ignore any arguments added to the command and default to the config file.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions