ask for CI host/port # at startup
Is your feature request related to a problem? Please describe. Currently the CI host/port is hard-coded in the Python code (yes, easy to change, but requires editing.)
Describe the solution you'd like It would be nice to, instead, have the ground system ask for host/port # at startup (and use the values in the code as defaults.)
Describe alternatives you've considered Leaving it the way it is.
Additional context Add any other context about the feature request here.
Requester Info [email protected]
Wouldn't want to create something that requires user actions when the default works most of the time.
Concur that it shouldn't be hard coded, though. There should be a hardcoded default that matches CI_LAB, and either a command line option or config file that will take precedence and override it.