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 message send to support --from /node/NAME syntax #3203

Closed
mrinalwadhwa opened this issue Aug 12, 2022 · 2 comments
Closed

Improve ockam message send to support --from /node/NAME syntax #3203

mrinalwadhwa opened this issue Aug 12, 2022 · 2 comments

Comments

@mrinalwadhwa
Copy link
Member

Currently

This works:

ockam node create n1
ockam node create n2
ockam message send "hello" --from n1 --to /node/n2/service/uppercase

Desired

We want to change it to also support:

ockam node create n1
ockam node create n2
ockam message send "hello" --from /node/n1 --to /node/n2/service/uppercase
@mrinalwadhwa
Copy link
Member Author

Similar to #3205

@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
Projects
None yet
Development

No branches or pull requests

1 participant