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

Doulevo feature: Multi project structure #6

Open
ashleydavis opened this issue May 22, 2021 · 2 comments
Open

Doulevo feature: Multi project structure #6

ashleydavis opened this issue May 22, 2021 · 2 comments

Comments

@ashleydavis
Copy link
Member

Doulevo should support nested project structures like this:

parent-project/
  nested-project-A/
  nested-project-B/

Running Doulevo commands in the parent project should run the same command in each nested project.

For example invoking doulevo up in the parent should build and run all the nested projects.

Each nested project is a Doulevo project in it's own right.

@nickdotht
Copy link
Member

Definitely.

Also, it should be possible to run only one or specific ones like this:

doulevo up my-react-frontend or doulevo up my-nodejs-backend my-keystonejs-dashboard

The same for the down command and other relevant ones.

@ashleydavis
Copy link
Member Author

ashleydavis commented May 24, 2021

Maybe or maybe not...

Because you could simply do this instead:

cd my-react-front-end
doulevo up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants