Skip to content

devtools-cli does not respect hostname and port settings #599

Open
@MichaelMarner

Description

@MichaelMarner

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

  1. 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.

Related issues

MichaelMarner/dart-redux-remote-devtools#29

MichaelMarner/dart-redux-remote-devtools#30

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions