Commit Graph
2 Commits
Author SHA1 Message Date
app fafc8fac20 Add sf-org-lic: Salesforce license utilization reporting tool
- New sf-org-lic script for comprehensive license reporting
- Generates reports for User Licenses and Permission Set Licenses
- Enhanced error handling with org validation and clear error messages
- Follows consistent sf-org-* naming convention with -to/-hp options
- Professional formatted output with totals and color coding
- Removed problematic FeatureLicense queries (not available in most orgs)
- Updated README.md with full documentation and installation instructions

Fixes issues with original sf-licenses-report.sh:
- Silent failures when org doesn't exist
- Poor error handling and cryptic messages
- SOQL query issues with FIELDS(ALL)
- Inconsistent naming convention
2025-09-01 23:39:26 +08:00
app c19d8bfe9d fix: cross-platform compatibility for sf-deploy and sf-dry-run scripts
- Fixed bash syntax error on Linux: 1 -> 0
- The problematic syntax worked on macOS but failed on Linux with 'bad substitution' error
- Now compatible with both Linux and macOS bash versions
- Tested on Ubuntu Linux with bash 5.2.21
2025-08-30 22:45:23 +08:00