From 8f3b8f73b57536574cc1c5588a07ddf1b82523fa Mon Sep 17 00:00:00 2001 From: reynold Date: Thu, 28 Aug 2025 22:48:24 +0800 Subject: [PATCH] Simplify navigation: clean home icon on left side of command titles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Replace ugly right-aligned navigation with simple left-side home icon - Use format: ### [🏠](#salesforce-cli-wrapper-scripts) command-name - Keep anchor IDs intact to ensure table of contents links work properly - Clean, unobtrusive navigation that doesn't clutter the document - Consistent formatting across all 12 wrapper command sections --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index fc0d544..9755927 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ Set-Alias sf-logs-tail "C:\\path\\to\\sf-cli-wrapper\\sf-logs-tail.ps1" --- -### sf-org-create / sf-org-create.ps1
[🏠 Back to Top](#salesforce-cli-wrapper-scripts)
+### [🏠](#salesforce-cli-wrapper-scripts) sf-org-create / sf-org-create.ps1 Smart scratch org creation with templates and intelligent defaults. @@ -166,7 +166,7 @@ sf-org-create -al TestOrg -dd 5 -nn --- -### sf-org-info / sf-org-info.ps1
[🏠 Back to Top](#salesforce-cli-wrapper-scripts)
+### [🏠](#salesforce-cli-wrapper-scripts) sf-org-info / sf-org-info.ps1 Display org information, limits, and list authenticated orgs. @@ -202,7 +202,7 @@ sf-org-info -to MyOrg -ve --- -### sf-retrieve / sf-retrieve.ps1
[🏠 Back to Top](#salesforce-cli-wrapper-scripts)
+### [🏠](#salesforce-cli-wrapper-scripts) sf-retrieve / sf-retrieve.ps1 Retrieve metadata from orgs using types, manifests, or package names. @@ -240,7 +240,7 @@ sf-retrieve -to PROD-ORG -tp "ApexClass" -dr "retrieved-metadata" --- -### sf-test-run / sf-test-run.ps1
[🏠 Back to Top](#salesforce-cli-wrapper-scripts)
+### [🏠](#salesforce-cli-wrapper-scripts) sf-test-run / sf-test-run.ps1 Run Apex tests with coverage reporting and flexible targeting. @@ -279,7 +279,7 @@ sf-test-run -to DEMO-ORG -al -wt 30 --- -### sf-apex-run / sf-apex-run.ps1
[🏠 Back to Top](#salesforce-cli-wrapper-scripts)
+### [🏠](#salesforce-cli-wrapper-scripts) sf-apex-run / sf-apex-run.ps1 Execute anonymous Apex code from files or inline. @@ -312,7 +312,7 @@ sf-apex-run -fl test.apex -ve --- -### sf-data-export / sf-data-export.ps1
[🏠 Back to Top](#salesforce-cli-wrapper-scripts)
+### [🏠](#salesforce-cli-wrapper-scripts) sf-data-export / sf-data-export.ps1 Export data via SOQL to CSV/JSON with optional Bulk API. @@ -353,7 +353,7 @@ sf-data-export -qy "SELECT Id FROM User" -to production --- -### sf-data-import / sf-data-import.ps1
[🏠 Back to Top](#salesforce-cli-wrapper-scripts)
+### [🏠](#salesforce-cli-wrapper-scripts) sf-data-import / sf-data-import.ps1 Import CSV/JSON with insert/update/upsert operations. @@ -395,7 +395,7 @@ sf-data-import -fl updates.csv -so Account -op update -ei AccountNumber --- -### sf-logs-tail / sf-logs-tail.ps1
[🏠 Back to Top](#salesforce-cli-wrapper-scripts)
+### [🏠](#salesforce-cli-wrapper-scripts) sf-logs-tail / sf-logs-tail.ps1 Real-time debug logs tail with filtering, levels, and Apex-only mode. @@ -435,7 +435,7 @@ sf-logs-tail -to sandbox -ui USER123 --- -### sf-deploy
[🏠 Back to Top](#salesforce-cli-wrapper-scripts)
+### [🏠](#salesforce-cli-wrapper-scripts) sf-deploy Wrapper for `sf project deploy start` that simplifies deploying multiple source files with optional test execution. @@ -468,7 +468,7 @@ sf-deploy -to DEMO-ORG \ --- -### sf-dry-run
[🏠 Back to Top](#salesforce-cli-wrapper-scripts)
+### [🏠](#salesforce-cli-wrapper-scripts) sf-dry-run Wrapper for `sf project deploy start --dry-run` that validates deployments without actually deploying. @@ -501,7 +501,7 @@ sf-dry-run -to DEMO-ORG \ --- -### sf-web-open
[🏠 Back to Top](#salesforce-cli-wrapper-scripts)
+### [🏠](#salesforce-cli-wrapper-scripts) sf-web-open Wrapper for `sf org open` that provides quick access to Salesforce orgs with optional path navigation. @@ -533,7 +533,7 @@ sf-web-open -to NUSHUB-DR2 -ur --- -### sf-check
[🏠 Back to Top](#salesforce-cli-wrapper-scripts)
+### [🏠](#salesforce-cli-wrapper-scripts) sf-check Environment verification tool that checks if the Salesforce CLI is properly installed and configured.