Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve ockam tcp-outlet create to support --at /node/NAME syntax #3247

Closed
mrinalwadhwa opened this issue Aug 16, 2022 · 1 comment
Closed

Comments

@mrinalwadhwa
Copy link
Member

Similar to #3205

--at should support --at /node/NAME syntax

» ockam tcp-outlet create --help

ockam-tcp-outlet-create 0.69.0
Create TCP Outlets

USAGE:
    ockam tcp-outlet create [OPTIONS] --at <NODE> --from <OUTLET_ADDRESS> --to <SOCKET_ADDRESS>

OPTIONS:
        --at <NODE>                Node on which to start the tcp outlet
        --from <OUTLET_ADDRESS>    Address of the tcp outlet
        --to <SOCKET_ADDRESS>      TCP address to send raw tcp traffic
    -h, --help                     Print help information
    -q, --quiet                    Do not print trace messages
    -v, --verbose                  Increase verbosity of trace messages
    -V, --version                  Print version information
@mrinalwadhwa
Copy link
Member Author

Added in #3254

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant