-
-
Notifications
You must be signed in to change notification settings - Fork 559
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
Create command ockam tcp-inlet list
to list a nodes TCP Inlets
#4229
Comments
ockam tcp-inlet list
to list a nodes TCP Inlets
hello, @caoakleyii please assign this issue to me |
All yours @0xkelvin 👍 |
hello @caoakleyii @mrinalwadhwa from my raw result above, how to get to extract "/node/n1/service/outlet" as expected. or i might wrong somewhere |
+1 , have a similar question on #4228 |
You can take a look at how ockam node list was made, it should be close enough https://github.com/build-trust/ockam/blob/develop/implementations/rust/ockam/ockam_command/src/node/list.rs |
Hello @davide-baldo does it acceptable ? |
Looks good! 👍 In the "Inlet Alias", you can omit the "Inlet" part since it's already implicit |
@davide-baldo a PR here : #4304 |
Summary
A node has set of TCP Inlets. This command should retrieve those inlets with information of:
The command should accept a
--node
flag, however default to the default node if one is not provided.Code of where inlets are created and stored can be found here.
tcp-inlet
commands are defined here.Expected Behavior
We love helping new contributors!
If you have questions or need help as you work on your first Ockam contribution, please leave a comment on this discussion.
If you're looking for other issues to contribute to, checkout this discussion and labels - good first issue or help wanted
The text was updated successfully, but these errors were encountered: