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
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.
doulevo up
Each nested project is a Doulevo project in it's own right.
The text was updated successfully, but these errors were encountered:
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
doulevo up my-react-frontend
doulevo up my-nodejs-backend my-keystonejs-dashboard
The same for the down command and other relevant ones.
down
Sorry, something went wrong.
Maybe or maybe not...
Because you could simply do this instead:
cd my-react-front-end doulevo up
No branches or pull requests
Doulevo should support nested project structures like this:
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.
The text was updated successfully, but these errors were encountered: