Skip to content
New issue

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

workspace install args #4016

Merged
merged 1 commit into from
Mar 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions incubating.rst
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,11 @@ conan workspace install
The command ``conan workspace install`` is useful to install and build the current workspace
as a monolithic super-project of the editables. See next section.

By default it uses all the ``editable`` packages in the workspace. It is possible to select
only a subset of them with the ``conan workspace install <folder1> .. <folderN>`` optional
arguments. Only the subgraph of those packages, incluing their dependencies and transitive
dependencies will be installed.


Workspace monolithic builds
+++++++++++++++++++++++++++
Expand Down