0.0.20 • Published 2 years ago
@jongpie/sfdx-bummer-plugin v0.0.20
SFDX Bummer Plugin
A plugin for SFDX CLI to help update sfdx-project.json with package versions in your devhub.
Setup
Install as plugin
- Install plugin:
sfdx plugins:install @jongpie/sfdx-bummer-plugin
Install from source
Install the SDFX CLI.
Clone the repository:
git clone git@github.com:jongpie/sfdx-bummer-plugin.gitInstall npm modules:
npm installoryarn installLink the plugin:
sfdx plugins:link.
Commands
sfdx bummer:package:aliases:sort
Sorts packageAliases in sfdx-project.json, based on each package's name, major version, minor version, patch version, and build number
sfdx bummer:package:versions:retrieve
Scans the packageAliases in sfdx-project.json, and retrieves package versions for any packages listed. All 3 parameters are optional
--released: Only include package versions that have been released--includeversionname: appends the package version's name to the package version's alias insfdx-project.json--maxversions 10: Limits the number of package versions to retrieve per package