Skip to content

feat(cli): changes to run to work better with detached stdin (no shell)#426

Merged
tuler merged 1 commit intoprerelease/v2-alphafrom
feature/run-stdin-detached
Feb 23, 2026
Merged

feat(cli): changes to run to work better with detached stdin (no shell)#426
tuler merged 1 commit intoprerelease/v2-alphafrom
feature/run-stdin-detached

Conversation

@tuler
Copy link
Copy Markdown
Member

@tuler tuler commented Feb 20, 2026

This makes cartesi run to work better with detached stdin, by not running the shell at the end.
You can test this by running cartesi run < /dev/null.
The goal is to make run work well when it's launched from another spawn.
The application deployment had to be moved from the shell loop to before the shell is called, so it happens with this new mode.

Loading
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