Commit Graph

11 Commits

Author SHA1 Message Date
reynold
11f3b5bd86 Fix README to use two-character options consistently throughout
MAJOR CLEANUP: Fixed all inconsistencies in README documentation

Fixed sections:
- sf-deploy: -o,-s,-d,-t → -to,-sr,-dr,-ts
- sf-dry-run: Updated to match sf-deploy options
- sf-web-open: -o,-p,-U → -to,-pt,-ur
- sf-check: -v,-h → -vb,-hp
- sf-logs-tail: -o → -to
- All example command lines in workflows section
- Automatic Environment Verification examples
- Common Workflows examples

The README now consistently uses two-character options throughout:
 Help sections show proper option syntax (-to, -sr, -dr, etc.)
 All examples use the new two-character scheme
 Error message examples updated
 Workflow examples updated
 No more confusing mix of old/new option styles

Documentation is now fully aligned with the updated wrapper scripts.
2025-08-28 18:34:12 +08:00
reynold
c0b5e2c642 Update sf-retrieve help section for two-character option scheme
- Updated help section to show two-character options: -to, -tp, -nm, -mn, -pk, -dr, -hp
- Updated all examples in help to use new option syntax
- Updated error messages to reference correct option names
- Maintains backward compatibility - actual parsing still uses getopts with single chars
- Help documentation now consistent with README and other updated scripts
2025-08-28 18:29:05 +08:00
reynold
39b7f11646 Update core wrapper scripts to use two-character option scheme
- Updated sf-deploy: -o → -to, -s → -sr, -d → -dr, -t → -ts
- Updated sf-dry-run: same options as sf-deploy for consistency
- Updated sf-web-open: -o → -to, -p → -pt, -U → -ur
- Updated sf-org-create: -n → -al, -d → -dd, -f → -df, -a → -st, -t → -tp
- All scripts now use manual argument parsing to support two-character options
- Help sections updated with both short and long option forms
- Maintains backward compatibility with long options
- Consistent with README documentation and two-character scheme
2025-08-28 18:28:23 +08:00
reynold
4bae7d48fa Update data export/import scripts to use latest Salesforce CLI commands
- Updated sf-data-export to use 'sf data export bulk' instead of deprecated 'sf data export'
- Updated sf-data-export.ps1 to use 'sf data export bulk' command structure
- Updated sf-data-import to use 'sf data import bulk' for better compatibility
- All scripts now comply with the latest Salesforce CLI command structure
- Fixes compatibility issues with newer SF CLI versions
2025-08-28 18:22:43 +08:00
reynold
3e24d62fb2 Remove outdated Windows PowerShell examples section from README
- Removed Windows PowerShell Examples section that contained old command patterns
- Replaced with concise Quick Start Examples using current two-character options
- All examples now reflect the modern command structure and syntax
- Maintains consistency with updated wrapper script functionality
2025-08-28 18:21:49 +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
d919e5cfb8 updated README 2025-08-28 16:42:15 +08:00
reynold
747aa90d26 added addl wrappers 2025-08-28 16:34:16 +08:00
reynold
a385484a69 updated scripts 2025-08-28 15:51:17 +08:00
reynold
b09cbed174 added sf cli wrappers 2025-08-28 15:27:24 +08:00
reynold
0b2e2f619f first commit 2025-08-28 15:14:17 +08:00