We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ockam message send
--from /node/NAME
This works:
ockam node create n1 ockam node create n2 ockam message send "hello" --from n1 --to /node/n2/service/uppercase
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
The text was updated successfully, but these errors were encountered:
Similar to #3205
Sorry, something went wrong.
ockam secure-channel create
Added in #3254
No branches or pull requests
Currently
This works:
Desired
We want to change it to also support:
The text was updated successfully, but these errors were encountered: