Skip to content
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

cli command to manage sfdx-project.json version numbers #141

Open
nkskaare opened this issue Nov 18, 2024 · 0 comments
Open

cli command to manage sfdx-project.json version numbers #141

nkskaare opened this issue Nov 18, 2024 · 0 comments
Labels

Comments

@nkskaare
Copy link

Could be useful with a tool as part of the sfp cli to help with managing and updating version numbers in sfdx-project.json. Doesn't need to be automated as part of any pipeline or anything, simply a helper tool.

Currently, I have a simple script in my repo which does this task with the options to update version number based on a diff to a git ref or based on the diff to a target org. It is also possible to specify single packages etc. It updates the version numbers in sfdx-project.json and optionally in the listed dependencies.

Image

Currently a fairly simple implementation in javascript, but nevertheless thinking of migrating to typescript and then it could be interesting to integrate as part of the sfp cli, if you agree.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant