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
This commit is contained in:
reynold
2025-08-28 23:18:56 +08:00
parent 469ab89d41
commit 4fcff2014d
3 changed files with 0 additions and 9 deletions

View File

@@ -523,9 +523,6 @@ sf-web-open -to NUSHUB-DR2 -pt "/lightning/setup/SetupOneHome/home"
# Get just the URL for scripting
sf-web-open -to NUSHUB-DR2 -ur
# Open org with custom path
sf-web-open -to MYORG -pt "/lightning/setup/ObjectManager/home"
```
---

View File

@@ -23,9 +23,6 @@ EXAMPLES:
3) Get just the URL for scripting:
sf-web-open -to NUSHUB-DR2 -ur
4) Open org with custom path:
sf-web-open -to MYORG -pt "/lightning/setup/ObjectManager/home"
EOF
}

View File

@@ -28,9 +28,6 @@ EXAMPLES:
3) Get just the URL for scripting:
sf-web-open.ps1 -to "NUSHUB-DR2" -ur
4) Open org with custom path:
sf-web-open.ps1 -to "MYORG" -pt "/lightning/setup/ObjectManager/home"
"@
}