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
--values
wick invoke
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"
wick invoke common/redact:0.0.1 --op-with='{"patterns":["world"]}' regex --values -- --input="Hello, world"
Expected behavior wick should output Hello, XXXXX
Hello, XXXXX
Actual behavior wick outputs {"payload":{"value":"Hello, XXXXX"},"port":"output"}
{"payload":{"value":"Hello, XXXXX"},"port":"output"}
Environment:
The text was updated successfully, but these errors were encountered:
fix: re-hooked up --values arg, fixes #456
9fad255
51b3bbd
Successfully merging a pull request may close this issue.
Describe the bug
Passing
--values
towick 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:
The text was updated successfully, but these errors were encountered: