Skip to content
New issue

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

Pass arguments to devenv up through to implementation #588

Merged
merged 1 commit into from
Jun 8, 2023

Conversation

jmackie
Copy link
Contributor

@jmackie jmackie commented May 12, 2023

I'm using the process-compose implementation and I'd like to be able to run specific processes sometimes.

For example, suppose I have a server process and a postgres process, there are times when I just want to start the postgres process for tests. Something like:

devenv up postgres

Which is hopefully what this PR adds support for.

I must admit I'm not that familiar with the other implementations (honcho et al.) but I'm assuming the same change applies for them?

@domenkozar
Copy link
Member

Seems like a whitespace slipped through

@domenkozar domenkozar merged commit 9d51052 into cachix:main Jun 8, 2023
80 of 86 checks passed
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.

None yet

3 participants