force:source:push for Mono repo with MDP #2353
Closed
honeyverma
started this conversation in
Ideas
Replies: 3 comments
-
Thank you for filing this feature request. We appreciate your feedback and will review the feature at our next grooming or sprint planning session. We prioritize feature requests with more upvotes and comments. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This issue has been linked to a new work item: W-11602620 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
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
-
Is your feature request related to a problem? Please describe.
We are trying to create a mono repo for the unlocked package and it's almost done. However, source:push doesn't take a specific directory. So our mono repo would look like this:
main-dir
here pkg-common|abc|pqr|xyz are 4 unlocked packages, and all of them are independent, we want to keep them separate, we would like to enforce engineers to work on one package at a time, to maintain the inline track. And its all set, however, the only problem we are facing with
force:source:push
is we cannot specify the pkg directory it would be better if we can have something like thisforce:source:push --pkgDir pkg-abc
where --pkgDir could be optional for a developer
Beta Was this translation helpful? Give feedback.
All reactions