-
Notifications
You must be signed in to change notification settings - Fork 78
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
Create sfdx-package.json #1915
Labels
feature
Issue or pull request for a new feature
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. |
This issue has been linked to a new work item: W-12493297 |
+1 |
This could also be called sf-package.json, since now you have rename sfdx to sf. And sfdx-project.json could become sf-project.json |
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.
No, it isn't.
What are you trying to do
I want to find package configurations in a file in the root of the package, not in
sfdx-project.json
. It would work likepackage.json
orpom.xml
, like seen in node and maven projects. Thesfdx-project.json
would become an aggregator of packages. It can contain 1 or many sfdx packages, and it would also behave like a parentsfdx-package.json
.Describe the solution you'd like
A
sfdx-package.json
must xist in the root of every package. All the information that is specific for a package, which is currently located in thesfdx-project.json
, must be moved to this file.Describe alternatives you've considered
Couldn't find one
The text was updated successfully, but these errors were encountered: