Skip to content

Replace set-port with set-address for simplification #26

Open
@cayasso

Description

@cayasso

It would be great to have one single command address or set-address that can set http, https and bolt (-a, -s, -b)

For example

$ ineo set-address -a 0.0.0.0:3434 -s localhost:3435 -b 0.0.0.0:3436
$ ineo set-address -a 0.0.0.0:3434 -s 3435 -b 0.0.0.0:3436
$ ineo set-address -a 3434 -s 3435 -b 3436

This would remove the need of having two commands one for address (set-address) and one for port (set-port) for each address type.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions