From 4fcff2014dec4d2a00d2b21067dc8d41997714f7 Mon Sep 17 00:00:00 2001 From: reynold Date: Thu, 28 Aug 2025 23:18:56 +0800 Subject: [PATCH] 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 --- README.md | 3 --- sf-web-open | 3 --- sf-web-open.ps1 | 3 --- 3 files changed, 9 deletions(-) diff --git a/README.md b/README.md index bee0167..ffafc09 100644 --- a/README.md +++ b/README.md @@ -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" ``` --- diff --git a/sf-web-open b/sf-web-open index 6515aa2..911b4c8 100755 --- a/sf-web-open +++ b/sf-web-open @@ -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 } diff --git a/sf-web-open.ps1 b/sf-web-open.ps1 index b28aac2..ef62a67 100644 --- a/sf-web-open.ps1 +++ b/sf-web-open.ps1 @@ -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" "@ }