Accept --host without scheme
This automatically prepends https:// to any given --host value. It also
adds an --insecure flag, which will instead prepend http://
The goal with this is to save some typing and encourage operations over
HTTPS.
Ref T595