Open
Description
It appears as though devtools-cli does not use hostname and port settings specified on the command line. This is causing problems when trying to migrate from the old remotedev
to devtools-cli
, as it is not possible to connect to a local server without manually changing the settings after devtools is open.
Steps to reproduce
- Run devtools-cli with hostname and port settings specified as documented:
redux-devtools --hostname=localhost --port=8000 --open
Expected behaviour
Devtools will be running and connected to the local server.
Actual behaviour
Devtools will not be connected to anything. Looking at the settings tab will show remotedev.io preselected.
The local connection needs to be selected each time devtools server is running.