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
devbox services attach -p
I have a product that consists of multiple git repositories and hence, multiple Devbox projects. Each runs its own devbox services up command.
devbox services up
A use case I have is for project A to programmatically restart a process in project B.
I can start process-compose with devbox services up --pcport, it'd be great if devbox services attach also exposed the -p / --pcport flags.
devbox services up --pcport
devbox services attach
-p / --pcport
We currently restart the process in project B manually.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What problem are you trying to solve?
I have a product that consists of multiple git repositories and hence, multiple Devbox projects. Each runs its own
devbox services up
command.A use case I have is for project A to programmatically restart a process in project B.
What solution would you like?
I can start process-compose with
devbox services up --pcport
, it'd be great ifdevbox services attach
also exposed the-p / --pcport
flags.Alternatives you've considered
We currently restart the process in project B manually.
The text was updated successfully, but these errors were encountered: