5 Commits

Author SHA1 Message Date
reynold
7aa7a7a688 Fix sf-org-info two-character options: standardize to -lm/-ls, update docs and tests 2025-08-28 21:50:44 +08:00
Reynold Lariza
57eb6182c8 Improve sf-org-info.ps1 user experience by showing help when no parameters provided
- Modified script to automatically display help when run without any parameters
- This prevents the confusing error message that occurred when no default org was set
- Users now get clear usage information instead of a command failure
- Script still works correctly when any parameter is provided (-to, -list, -limits, -ve, -hp)
2025-08-28 21:33:15 +08:00
Reynold Lariza
159ede3794 Standardize verbose parameter from -vb to -ve across all scripts
- Update all Bash scripts (sf-check, sf-org-info, sf-data-export, sf-data-import, sf-logs-tail) to use -ve instead of -vb
- Update all PowerShell scripts (sf-org-info.ps1, sf-apex-run.ps1, sf-check.ps1, sf-data-export.ps1, sf-data-import.ps1) to use -ve instead of -vb
- Fix PowerShell parameter conflicts with built-in -Verbose parameter
- Update README.md, TESTING.md, and OPTION_CONSISTENCY.md documentation to reflect -ve parameter
- Update test scripts (test-wrapper-suite.sh, test-wrapper-suite.ps1, test-all-wrappers.sh) to use -ve
- Maintain cross-platform consistency with two-character option scheme
- Fix Unicode display issues in PowerShell output with UTF-8 encoding
2025-08-28 20:47:46 +08:00
reynold
628fe95b50 Implement innovative two-character option scheme
- Replace single-character options with memorable two-character alternatives
- Based on syllable mapping: -to (target-org), -qy (query), -fm (format), etc.
- Updated all bash and PowerShell scripts with consistent options
- Added comprehensive documentation and examples to README.md
- Maintains backward compatibility with long options
- More intuitive and self-documenting than traditional CLI options
2025-08-28 18:11:08 +08:00
reynold
747aa90d26 added addl wrappers 2025-08-28 16:34:16 +08:00