SF Package List
Version updated for https://github.com/mcarvin8/sf-package-list to version v3.1.0.
- This action is used across all versions by 0 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The GitHub Action sf-package-list allows users to convert Salesforce package.xml manifests to and from a human-readable list format. It provides two modes: converting from a package.xml file to a text-based list or vice versa, making it easier for non-technical team members to manage metadata in Salesforce projects. The action is available as both a native GitHub Action and a plugin for the Salesforce CLI, offering flexibility in where and how users can perform these conversions.
What’s Changed
3.1.0 (2026-08-21)
Features
- parser: replace txml with an in-house XML parser (#100) (a40d60d)
- publish as native GitHub Actions (#102) (5347123)