Skip to content

include pipes in docs#110

Merged
matthewlouisbrockman merged 3 commits into
mainfrom
feat--can-pipe-into-stdin
Feb 12, 2026
Merged

include pipes in docs#110
matthewlouisbrockman merged 3 commits into
mainfrom
feat--can-pipe-into-stdin

Conversation

@matthewlouisbrockman
Copy link
Copy Markdown
Contributor

@matthewlouisbrockman matthewlouisbrockman commented Feb 12, 2026

We've updated the CLI to allow piping into exec, e.g.

cat file.bin | e2b sandbox exec <id> -- python3 -c 'import sys; print(len(sys.stdin.buffer.read()))'

Updates https://e2b.dev/docs/cli/exec-command to include a snippet on piping commands

Copy link
Copy Markdown
Contributor

@beran-t beran-t left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 💯

@matthewlouisbrockman matthewlouisbrockman merged commit 1cd4397 into main Feb 12, 2026
5 checks passed
@matthewlouisbrockman matthewlouisbrockman deleted the feat--can-pipe-into-stdin branch February 12, 2026 03:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants