Using the civo CLI (especially while testing script) causes a lot of version checks to the GitHub API when the VersionCheck method is called from various places.
I'd like a configuration option to disable the version check.
I've forked the repo and want to start working on this, and would appreciate guidance on how the config file is modified and consumed.
So far, I've got a working version that adds a condition to the statement to determine whether the version check should be called.