You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -108,6 +109,11 @@ That section also includes a guide on how to add projects manually.
108
109
Some things like databases will be added to the monorepo solely in the docker compose.<br>
109
110
To use these during development, the cli includes the `mx up-dev` command.
110
111
112
+
## Listing monorepo services
113
+
To list all of Monux monorepos and their respective docker services we included the `mx ls` and `mx la` commands.
114
+
115
+
Where `ls` or `list` only shows monorepos with currently running docker services, while `la` or `list-all` also shows monorepos with stopped docker services.
116
+
111
117
## Running npm scripts
112
118
To run an npm script of one of your projects you can use `mx {projectName} {npmScript}`. This works for projects in the "apps" and "libs" directories of your monorepo.
113
119
@@ -140,7 +146,7 @@ But instead of parsing the values from the `.env`-file during the prepare step,
140
146
/**
141
147
* Defines how the CalculatedGlobalEnvironment values should be calculated.
142
148
* This is used by the "mx prepare" command.
143
-
* DONT CHANGE THE NAME ("calculationSchemaFor") OR FORMATTING. Otherwise Monux might not be able to detect it.
149
+
* DON'T CHANGE THE NAME ("calculationSchemaFor") OR FORMATTING. Otherwise Monux might not be able to detect it.
0 commit comments