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:
@@ -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"
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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"
|
||||
"@
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user