Skip to content

Commit 2e972c5

Browse files
authored
workspace install args (#4016)
1 parent 7fcd0f1 commit 2e972c5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

incubating.rst

+5
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,11 @@ conan workspace install
282282
The command ``conan workspace install`` is useful to install and build the current workspace
283283
as a monolithic super-project of the editables. See next section.
284284

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+
285290

286291
Workspace monolithic builds
287292
+++++++++++++++++++++++++++

0 commit comments

Comments
 (0)