Add navigation home links to all wrapper command sections

- Add '🏠 Back to Top' links to all 12 wrapper command section headers
- Links jump to main title for easy navigation in long README document
- Improves user experience by making it easy to return to overview/TOC
- Consistent formatting across all command documentation sections
This commit is contained in:
reynold
2025-08-28 22:43:30 +08:00
parent c029b53ff7
commit 23c7511f90

View File

@@ -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
### sf-org-create / sf-org-create.ps1 [🏠 Back to Top](#salesforce-cli-wrapper-scripts)
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
### sf-org-info / sf-org-info.ps1 [🏠 Back to Top](#salesforce-cli-wrapper-scripts)
Display org information, limits, and list authenticated orgs.
@@ -202,7 +202,7 @@ sf-org-info -to MyOrg -ve
---
### sf-retrieve / sf-retrieve.ps1
### sf-retrieve / sf-retrieve.ps1 [🏠 Back to Top](#salesforce-cli-wrapper-scripts)
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
### sf-test-run / sf-test-run.ps1 [🏠 Back to Top](#salesforce-cli-wrapper-scripts)
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
### sf-apex-run / sf-apex-run.ps1 [🏠 Back to Top](#salesforce-cli-wrapper-scripts)
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
### sf-data-export / sf-data-export.ps1 [🏠 Back to Top](#salesforce-cli-wrapper-scripts)
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
### sf-data-import / sf-data-import.ps1 [🏠 Back to Top](#salesforce-cli-wrapper-scripts)
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
### sf-logs-tail / sf-logs-tail.ps1 [🏠 Back to Top](#salesforce-cli-wrapper-scripts)
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
### sf-deploy [🏠 Back to Top](#salesforce-cli-wrapper-scripts)
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
### sf-dry-run [🏠 Back to Top](#salesforce-cli-wrapper-scripts)
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
### sf-web-open [🏠 Back to Top](#salesforce-cli-wrapper-scripts)
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
### sf-check [🏠 Back to Top](#salesforce-cli-wrapper-scripts)
Environment verification tool that checks if the Salesforce CLI is properly installed and configured.