diff --git a/sf-web-open.ps1 b/sf-web-open.ps1 index e5b93ea..b28aac2 100644 --- a/sf-web-open.ps1 +++ b/sf-web-open.ps1 @@ -14,7 +14,7 @@ USAGE: sf-web-open.ps1 -hp OPTIONS: - -to Target org alias or username to pass as --target-org + -to Target org alias or username to pass as --target-org (recommended) -pt Path - relative path to open inside the org (e.g., "/lightning/setup/SetupOneHome/home") -ur URL-only: print the URL instead of opening a browser (passes --url-only) -hp Help - show this help @@ -29,8 +29,8 @@ EXAMPLES: 3) Get just the URL for scripting: sf-web-open.ps1 -to "NUSHUB-DR2" -ur - 4) Open the current default org (no -to provided): - sf-web-open.ps1 + 4) Open org with custom path: + sf-web-open.ps1 -to "MYORG" -pt "/lightning/setup/ObjectManager/home" "@ }