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

--values arg on wick invoke doesn't work as expected #456

Closed
jsoverson opened this issue Oct 18, 2023 · 0 comments · Fixed by #457
Closed

--values arg on wick invoke doesn't work as expected #456

jsoverson opened this issue Oct 18, 2023 · 0 comments · Fixed by #457
Labels
bug Something isn't working triage To be triaged

Comments

@jsoverson
Copy link
Contributor

Describe the bug
Passing --values to wick invoke should only emit the success values as output, but its not hooked up anymore.

To Reproduce
Run wick invoke common/redact:0.0.1 --op-with='{"patterns":["world"]}' regex --values -- --input="Hello, world"

Expected behavior
wick should output Hello, XXXXX

Actual behavior
wick outputs {"payload":{"value":"Hello, XXXXX"},"port":"output"}

Environment:

  • OS: mac
  • Architecture: m1
  • Build Version: 0.17
@jsoverson jsoverson added bug Something isn't working triage To be triaged labels Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage To be triaged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant