tcp-listener show


Preview

Preview features are available for use, but are still under rapid development.

There may be some minor gaps in functionality or documentation.

Your feedback on the enhancements you'd like to see on this feature are especially valuable, please send them through at https://github.com/build-trust/ockam/discussions/new

ockam tcp-listener show [OPTIONS] <ADDRESS>

Show tcp listener details

Arguments

  • <ADDRESS>
    TCP listener internal address or socket address

Options

  • --at [NODE_NAME] (optional)
    Perform the command on the given node

Examples

# To show a TCP listener given its internal address
$ ockam tcp-listener show d59c01ab8d9683f8c454df746e627b43

# To show a TCP listener given its socket address
$ ockam tcp-listener show 127.0.0.1:5000