-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
add pnpm workspaces info #3398
Comments
I managed to get some useful information with
The I converted it to JSON like this (note that I'm assuming that packages names start with @, like @acme/package):
|
Hey everyone, I got linked here by @zkochan's comment in #4154
I would personally prefer extending What does everyone else think? Edit: To be clear, I'm not a pnpm main contributor. Just starting a discussion in hopes of figuring out which GitHub issue to close. |
I think it is fine to extend the |
I just ran in to a need for this today as I was adding pnpm support to my project hopper script: https://github.com/NullVoxPopuli/dotfiles/blob/master/home/shell/bash/gg.sh |
+1 for this. My use case is I wanted to get all the workspace package dependencies of an app so that during CI it would know if it needs to run a job or not when changes has been detected from the dependent package |
Hey @karlomedallo, would #5863 help for that use case? |
If |
Describe the user story
Want a command like
yarn workspaces info
, but no counterpart command for pnpm.Describe the solution you'd like
Maybe add a command like
pnpm workspaces info
And if pass
--json
, it can output the json results.The text was updated successfully, but these errors were encountered: