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
Add a new option called --group that accepts a list of strings. This will correspond to a new project property called MultiStartupProjectGroup, ProjectGroup, or some other better name, so you can group projects by web, backend, etc.
Running startup-projects set --group web will configure only those projects as multi startup projects. If excluding this option then all projects would be used.
The list command would also need to be updated to include the group name.
The text was updated successfully, but these errors were encountered:
Add a new option called
--group
that accepts a list of strings. This will correspond to a new project property calledMultiStartupProjectGroup
,ProjectGroup
, or some other better name, so you can group projects byweb
,backend
, etc.Running
startup-projects set --group web
will configure only those projects as multi startup projects. If excluding this option then all projects would be used.The
list
command would also need to be updated to include the group name.The text was updated successfully, but these errors were encountered: