Can HTTPS be used from the command line?
I use reload on the command line and need to serve using HTTPS, this doesn't appear to be possible? Could someone please confirm if I've missed something,
It is not currently supported. Reload command line is intended as dev tool.
What the use case?
The new javascript File System Access API won't work unless its served over HTTPs.
I often develop small projects without any build tool and just use reload to view the project as some JS features won't work if served from file:// and apparently now some don't work if served over http://
I'm hesitant to add this due to complexity but I suppose in your use case I could see how this needed/helpful. Reload does support HTTPS for express so we could feather the HTTPS support into the command line side of things
PRs welcome