We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When starting specific processes, the remaining processes should be able to be started.
process-compose info
process-compose
v0.77.6
Darwin aarch64
processes: p1: command: "sleep infinity" p2: command: "sleep infinity"
Run process-compose up p1.
process-compose up p1
I should now be able to start p2 from the TUI or remote client.
Only p1 is available in the UI.
The text was updated successfully, but these errors were encountered:
Hey @sciyoshi,
Thanks for trying process-compose.
What is the desired outcome in this case? The selected processes are running and the rest are disabled?
Sorry, something went wrong.
Yes, ideally starting a subset of processes would simply disable the other ones, not remove them from the config entirely.
1a4b2b3
Fixed in v0.77.8
Awesome, thank you for the quick response + release! Much appreciated 👍
No branches or pull requests
Defect
When starting specific processes, the remaining processes should be able to be started.
process-compose info
)Version of
process-compose
:v0.77.6
OS environment:
Darwin aarch64
Steps or code to reproduce the issue:
Run
process-compose up p1
.Expected result:
I should now be able to start p2 from the TUI or remote client.
Actual result:
Only p1 is available in the UI.
The text was updated successfully, but these errors were encountered: