Skip to content

feat: support piped input #1031

@chaptersix

Description

@chaptersix

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 ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions