Simplify navigation: clean home icon on left side of command titles
- 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
This commit is contained in:
24
README.md
24
README.md
@@ -133,7 +133,7 @@ Set-Alias sf-logs-tail "C:\\path\\to\\sf-cli-wrapper\\sf-logs-tail.ps1"
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### <a id="sf-org-create"></a>sf-org-create / sf-org-create.ps1 <div align="right">[🏠 Back to Top](#salesforce-cli-wrapper-scripts)</div>
|
### <a id="sf-org-create"></a>[🏠](#salesforce-cli-wrapper-scripts) sf-org-create / sf-org-create.ps1
|
||||||
|
|
||||||
Smart scratch org creation with templates and intelligent defaults.
|
Smart scratch org creation with templates and intelligent defaults.
|
||||||
|
|
||||||
@@ -166,7 +166,7 @@ sf-org-create -al TestOrg -dd 5 -nn
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### <a id="sf-org-info--sf-org-infops1"></a>sf-org-info / sf-org-info.ps1 <div align="right">[🏠 Back to Top](#salesforce-cli-wrapper-scripts)</div>
|
### <a id="sf-org-info--sf-org-infops1"></a>[🏠](#salesforce-cli-wrapper-scripts) sf-org-info / sf-org-info.ps1
|
||||||
|
|
||||||
Display org information, limits, and list authenticated orgs.
|
Display org information, limits, and list authenticated orgs.
|
||||||
|
|
||||||
@@ -202,7 +202,7 @@ sf-org-info -to MyOrg -ve
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### <a id="sf-retrieve--sf-retrieveps1"></a>sf-retrieve / sf-retrieve.ps1 <div align="right">[🏠 Back to Top](#salesforce-cli-wrapper-scripts)</div>
|
### <a id="sf-retrieve--sf-retrieveps1"></a>[🏠](#salesforce-cli-wrapper-scripts) sf-retrieve / sf-retrieve.ps1
|
||||||
|
|
||||||
Retrieve metadata from orgs using types, manifests, or package names.
|
Retrieve metadata from orgs using types, manifests, or package names.
|
||||||
|
|
||||||
@@ -240,7 +240,7 @@ sf-retrieve -to PROD-ORG -tp "ApexClass" -dr "retrieved-metadata"
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### <a id="sf-test-run--sf-test-runps1"></a>sf-test-run / sf-test-run.ps1 <div align="right">[🏠 Back to Top](#salesforce-cli-wrapper-scripts)</div>
|
### <a id="sf-test-run--sf-test-runps1"></a>[🏠](#salesforce-cli-wrapper-scripts) sf-test-run / sf-test-run.ps1
|
||||||
|
|
||||||
Run Apex tests with coverage reporting and flexible targeting.
|
Run Apex tests with coverage reporting and flexible targeting.
|
||||||
|
|
||||||
@@ -279,7 +279,7 @@ sf-test-run -to DEMO-ORG -al -wt 30
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### <a id="sf-apex-run--sf-apex-runps1"></a>sf-apex-run / sf-apex-run.ps1 <div align="right">[🏠 Back to Top](#salesforce-cli-wrapper-scripts)</div>
|
### <a id="sf-apex-run--sf-apex-runps1"></a>[🏠](#salesforce-cli-wrapper-scripts) sf-apex-run / sf-apex-run.ps1
|
||||||
|
|
||||||
Execute anonymous Apex code from files or inline.
|
Execute anonymous Apex code from files or inline.
|
||||||
|
|
||||||
@@ -312,7 +312,7 @@ sf-apex-run -fl test.apex -ve
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### <a id="sf-data-export--sf-data-exportps1"></a>sf-data-export / sf-data-export.ps1 <div align="right">[🏠 Back to Top](#salesforce-cli-wrapper-scripts)</div>
|
### <a id="sf-data-export--sf-data-exportps1"></a>[🏠](#salesforce-cli-wrapper-scripts) sf-data-export / sf-data-export.ps1
|
||||||
|
|
||||||
Export data via SOQL to CSV/JSON with optional Bulk API.
|
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
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### <a id="sf-data-import--sf-data-importps1"></a>sf-data-import / sf-data-import.ps1 <div align="right">[🏠 Back to Top](#salesforce-cli-wrapper-scripts)</div>
|
### <a id="sf-data-import--sf-data-importps1"></a>[🏠](#salesforce-cli-wrapper-scripts) sf-data-import / sf-data-import.ps1
|
||||||
|
|
||||||
Import CSV/JSON with insert/update/upsert operations.
|
Import CSV/JSON with insert/update/upsert operations.
|
||||||
|
|
||||||
@@ -395,7 +395,7 @@ sf-data-import -fl updates.csv -so Account -op update -ei AccountNumber
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### <a id="sf-logs-tail--sf-logs-tailps1"></a>sf-logs-tail / sf-logs-tail.ps1 <div align="right">[🏠 Back to Top](#salesforce-cli-wrapper-scripts)</div>
|
### <a id="sf-logs-tail--sf-logs-tailps1"></a>[🏠](#salesforce-cli-wrapper-scripts) sf-logs-tail / sf-logs-tail.ps1
|
||||||
|
|
||||||
Real-time debug logs tail with filtering, levels, and Apex-only mode.
|
Real-time debug logs tail with filtering, levels, and Apex-only mode.
|
||||||
|
|
||||||
@@ -435,7 +435,7 @@ sf-logs-tail -to sandbox -ui USER123
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### <a id="sf-deploy"></a>sf-deploy <div align="right">[🏠 Back to Top](#salesforce-cli-wrapper-scripts)</div>
|
### <a id="sf-deploy"></a>[🏠](#salesforce-cli-wrapper-scripts) sf-deploy
|
||||||
|
|
||||||
Wrapper for `sf project deploy start` that simplifies deploying multiple source files with optional test execution.
|
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 \
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### <a id="sf-dry-run"></a>sf-dry-run <div align="right">[🏠 Back to Top](#salesforce-cli-wrapper-scripts)</div>
|
### <a id="sf-dry-run"></a>[🏠](#salesforce-cli-wrapper-scripts) sf-dry-run
|
||||||
|
|
||||||
Wrapper for `sf project deploy start --dry-run` that validates deployments without actually deploying.
|
Wrapper for `sf project deploy start --dry-run` that validates deployments without actually deploying.
|
||||||
|
|
||||||
@@ -501,7 +501,7 @@ sf-dry-run -to DEMO-ORG \
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### <a id="sf-web-open"></a>sf-web-open <div align="right">[🏠 Back to Top](#salesforce-cli-wrapper-scripts)</div>
|
### <a id="sf-web-open"></a>[🏠](#salesforce-cli-wrapper-scripts) sf-web-open
|
||||||
|
|
||||||
Wrapper for `sf org open` that provides quick access to Salesforce orgs with optional path navigation.
|
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
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### <a id="sf-check"></a>sf-check <div align="right">[🏠 Back to Top](#salesforce-cli-wrapper-scripts)</div>
|
### <a id="sf-check"></a>[🏠](#salesforce-cli-wrapper-scripts) sf-check
|
||||||
|
|
||||||
Environment verification tool that checks if the Salesforce CLI is properly installed and configured.
|
Environment verification tool that checks if the Salesforce CLI is properly installed and configured.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user