diff --git a/sf-web-open b/sf-web-open index b6d2bbc..6515aa2 100755 --- a/sf-web-open +++ b/sf-web-open @@ -9,7 +9,7 @@ USAGE: sf-web-open [-to ] [-pt ] [-ur] OPTIONS: - -to Org alias or username to pass as --target-org + -to Org alias or username to pass as --target-org (recommended) -pt 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 Show this help @@ -24,8 +24,8 @@ EXAMPLES: 3) Get just the URL for scripting: sf-web-open -to NUSHUB-DR2 -ur - 4) Open the current default org (no -to provided): - sf-web-open + 4) Open org with custom path: + sf-web-open -to MYORG -pt "/lightning/setup/ObjectManager/home" EOF }