[RFC] A CLI option to ignore private workspaces #7258
jameslnewell
started this conversation in
Ideas
Replies: 2 comments
-
|
Good idea! We can consider this |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
+1 I am in need of this as well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the feature you'd like to request
I'd like a CLI option to ignore "private" workspaces
"private": trueDescribe the solution you'd like
When some option is passed to the CLI, workspaces with
"private": trueare ignored.I don't really have a preference around how the filter is passed to the CLI:
lernahad--no-privatejqsyntax e.g.--filter=<.private == true>🤷
Describe alternatives you've considered
At the moment I'm passing a filter argument for each private workspace which gets unwieldy very quickly and could become out-of-sync with the value in
package.jsonfiles at any timee.g.
--filter="!privateWorkspace1" --filter="!privateWorkspace2" ...Beta Was this translation helpful? Give feedback.
All reactions