On this page
yarn workspaces list
List all available workspaces.
Usage
$> yarn workspaces list
Options
|
Definition
|
Description |
|---|---|
--since |
Only include workspaces that have been changed since the specified ref. |
-R,--recursive |
Find packages via dependencies/devDependencies instead of using the workspaces field |
-v,--verbose |
Also return the cross-dependencies between workspaces |
--json |
Format the output as an NDJSON stream |
Details
This command will print the list of all workspaces in the project.
If
--sinceis set, Yarn will only list workspaces that have been modified since the specified ref. By default Yarn will use the refs specified by thechangesetBaseRefsconfiguration option.If
-R,--recursiveis set, Yarn will find workspaces to run the command on by recursively evaluatingdependenciesanddevDependenciesfields, instead of looking at theworkspacesfields.If both the
-v,--verboseand--jsonoptions are set, Yarn will also return the cross-dependencies between each workspaces (useful when you wish to automatically generate Buck / Bazel rules).
© 2016–present Yarn Contributors
Licensed under the BSD License.
https://yarnpkg.com/cli/workspaces/list