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
devenv up
Sometimes I want services to start with devenv up, and then continue working in that shell.
What I would imagine would be that I can
devenv up --detach
devenv down
Basically like docker compose does it.
docker compose
The text was updated successfully, but these errors were encountered:
Seems related to #83 or this discussion . Very interested in this feature.
Sorry, something went wrong.
Seems like a duplicate of #80.
Closing as a duplicate - please leave a vote in #80
No branches or pull requests
Sometimes I want services to start with
devenv up
, and then continue working in that shell.What I would imagine would be that I can
devenv up --detach
and it will start processes in the backgrounddevenv down
to stop these processesBasically like
docker compose
does it.The text was updated successfully, but these errors were encountered: