Summary
Commands that accept input (e.g. workflow input, payload data) should be able to read from stdin when piped, enabling use in shell pipelines.
For example:
echo '{"key": "value"}' | temporal workflow start --input-file - ...
cat payload.json | temporal workflow signal ...
Summary
Commands that accept input (e.g. workflow input, payload data) should be able to read from stdin when piped, enabling use in shell pipelines.
For example: