An open API service indexing awesome lists of open source software.

https://github.com/trailheadapps/github-action-sfdx-packaging-updater

Github Action that removes legacy package versions from sfdx-project.json
https://github.com/trailheadapps/github-action-sfdx-packaging-updater

Last synced: about 1 year ago
JSON representation

Github Action that removes legacy package versions from sfdx-project.json

Awesome Lists containing this project

README

          

# sfdx-packaging-updater

This Github Action is a helper action to extract remove not needed package versions from the `sfdx-project.json` file. It also updates any references in the README to the latest available package version.

## Outputs

This action provides one output:

- `isSuccess` - true if the result status code equals 0.

## Example

```yml
# Update sfdx-project.json and README to use only latest package version
- name: 'Extract package:version:create result data'
id: packaging-updater
uses: trailheadapps/github-action-sfdx-packaging-updater
```