Fetch Salesforce Field Definitions
Version updated for https://github.com/kotaoue/salesforce-field-inspector to version v1.0.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The salesforce-field-inspector GitHub Action automates the process of fetching Salesforce FieldDefinition records via the Salesforce Tooling API and saving them in JSON or CSV formats. It simplifies the extraction and organization of metadata about Salesforce fields, enabling developers to generate easily accessible documentation or perform metadata analysis. This action supports various output formats and automates data retrieval and storage, streamlining Salesforce development workflows.
Release notes
What’s Changed
- feat: extract Salesforce FieldDefinition fetch into a reusable composite GitHub Action by @Copilot in https://github.com/kotaoue/salesforce-field-inspector/pull/1
- Add workflow to maintain floating major version tags on release by @Copilot in https://github.com/kotaoue/salesforce-field-inspector/pull/3
- Add Marketplace branding to action.yml by @Copilot in https://github.com/kotaoue/salesforce-field-inspector/pull/7
- Add Vitest tests for scripts/lib and CI workflow by @Copilot in https://github.com/kotaoue/salesforce-field-inspector/pull/5
- Add CI, Codecov, and License badges to README by @Copilot in https://github.com/kotaoue/salesforce-field-inspector/pull/9
- Fix npm cache path resolution error in composite action by @Copilot in https://github.com/kotaoue/salesforce-field-inspector/pull/11
New Contributors
- @Copilot made their first contribution in https://github.com/kotaoue/salesforce-field-inspector/pull/1
Full Changelog: https://github.com/kotaoue/salesforce-field-inspector/commits/v1.0.0