We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fcd0f1 commit 2e972c5Copy full SHA for 2e972c5
incubating.rst
@@ -282,6 +282,11 @@ conan workspace install
282
The command ``conan workspace install`` is useful to install and build the current workspace
283
as a monolithic super-project of the editables. See next section.
284
285
+By default it uses all the ``editable`` packages in the workspace. It is possible to select
286
+only a subset of them with the ``conan workspace install <folder1> .. <folderN>`` optional
287
+arguments. Only the subgraph of those packages, incluing their dependencies and transitive
288
+dependencies will be installed.
289
+
290
291
Workspace monolithic builds
292
+++++++++++++++++++++++++++
0 commit comments