4 Commits

Author SHA1 Message Date
reynold
4fcff2014d docs: remove redundant sf-web-open example 4
- Removed duplicate 'custom path' example from both bash and PowerShell scripts
- Example 2 already demonstrates custom path usage with Setup Home
- Updated README.md to match the streamlined 3-example format
- All examples now provide distinct, non-overlapping use cases
2025-08-28 23:18:56 +08:00
reynold
469ab89d41 docs: align sf-web-open.ps1 help with bash script
- Marked -to as (recommended)
- Replaced default-org example with explicit org + custom path example
- Keeps examples consistent across Bash and PowerShell and with environments without a default org
2025-08-28 23:14:40 +08:00
reynold
579264e3d1 Update PowerShell scripts to use consistent two-character options (Part 1)
🔄 PowerShell Option Consistency - Phase 1 Complete:

 Updated Scripts:
  - sf-deploy.ps1: -to, -sr, -dr, -ts, -hp (matches Bash)
  - sf-dry-run.ps1: -to, -sr, -dr, -ts, -hp (matches Bash)
  - sf-web-open.ps1: -to, -pt, -ur, -hp (matches Bash)
  - sf-check.ps1: -vb, -hp (matches Bash)
  - sf-org-create.ps1: -al, -dd, -df, -st, -tp, -hp (matches Bash)

🎯 Consistency Achieved:
  - All parameter names now match their Bash counterparts exactly
  - Help text updated with descriptive option names
  - Examples updated to show new two-character options
  - All validation logic updated to use new parameter names

🚀 Cross-Platform Alignment:
  - PowerShell and Bash scripts now have identical option schemes
  - Users get consistent experience across platforms
  - No more confusion between single-char and two-char options

Remaining: 7 more PowerShell scripts to update for full consistency.
2025-08-28 19:19:15 +08:00
reynold
a385484a69 updated scripts 2025-08-28 15:51:17 +08:00