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

Output only listener service address in output of ockam secure-channel-listener create... #3204

Closed
mrinalwadhwa opened this issue Aug 12, 2022 · 1 comment · Fixed by #3226

Comments

@mrinalwadhwa
Copy link
Member

Currently

> ockam node create n1
...
> ockam node create n2
...
> ockam secure-channel-listener create 'my_listener' --at n2
Secure Channel Listener Created at 0#my_listener

> ockam secure-channel create --from n1 --to /node/n2/service/my_listener

Desired

> ockam secure-channel-listener create 'my_listener' --at n2
/service/my_listener

Sow we can pipe the output to other commands.

@michealkeines
Copy link
Contributor

Hi, I have created a PR #3226

@mrinalwadhwa mrinalwadhwa linked a pull request Aug 15, 2022 that will close this issue
4 tasks
@mergify mergify bot closed this as completed in #3226 Aug 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants