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

Add the ability to pass data to processes over stdin using ProcessLauncher #261

Open
daveaglick opened this issue Feb 3, 2023 · 0 comments
Labels
General Enhancement New feature or request

Comments

@daveaglick
Copy link
Member

There are scenarios where cli applications expect content to be provided. ProcessLauncher should support this by allowing a Stream that will get fed to the processes over stdin.

Additionally, this feature should be exposed through the StartProcess module to take configuration delegates that provide such content (for example, to feed the content of each document to a process-per-document).

See the discussion in https://github.com/orgs/statiqdev/discussions/181.

@daveaglick daveaglick added the General Enhancement New feature or request label Feb 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
General Enhancement New feature or request
Development

No branches or pull requests

1 participant