From d919e5cfb8df9c41ee1f1894cd5f276392ff78e1 Mon Sep 17 00:00:00 2001 From: reynold Date: Thu, 28 Aug 2025 16:42:15 +0800 Subject: [PATCH] updated README --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 345481b..4b4b30a 100644 --- a/README.md +++ b/README.md @@ -9,24 +9,24 @@ A collection of convenient wrapper scripts for common Salesforce CLI operations. This toolkit provides a suite of cross-platform wrappers to streamline common Salesforce CLI workflows: Core: -- **`sf-deploy`** - Streamlined wrapper for `sf project deploy start` -- **`sf-dry-run`** - Validation wrapper for `sf project deploy start --dry-run` -- **`sf-web-open`** - Quick org browser opener for `sf org open` -- **`sf-check`** - Environment verification tool to check SF CLI installation and configuration +- **[`sf-deploy`](#sf-deploy)** - Streamlined wrapper for `sf project deploy start` +- **[`sf-dry-run`](#sf-dry-run)** - Validation wrapper for `sf project deploy start --dry-run` +- **[`sf-web-open`](#sf-web-open)** - Quick org browser opener for `sf org open` +- **[`sf-check`](#sf-check)** - Environment verification tool to check SF CLI installation and configuration Org and metadata: -- **`sf-org-create` / `sf-org-create.ps1`** - Smart scratch org creation -- **`sf-org-info` / `sf-org-info.ps1`** - Quick org info, limits, and context -- **`sf-retrieve` / `sf-retrieve.ps1`** - Streamlined metadata retrieval (types, manifest, packages) +- **[`sf-org-create` / `sf-org-create.ps1`](#sf-org-create)** - Smart scratch org creation +- **[`sf-org-info` / `sf-org-info.ps1`](#sf-org-info--sf-org-infops1)** - Quick org info, limits, and context +- **[`sf-retrieve` / `sf-retrieve.ps1`](#sf-retrieve--sf-retrieveps1)** - Streamlined metadata retrieval (types, manifest, packages) Apex and tests: -- **`sf-test-run` / `sf-test-run.ps1`** - Focused Apex test execution with coverage -- **`sf-apex-run` / `sf-apex-run.ps1`** - Anonymous Apex execution (file or inline) +- **[`sf-test-run` / `sf-test-run.ps1`](#sf-test-run--sf-test-runps1)** - Focused Apex test execution with coverage +- **[`sf-apex-run` / `sf-apex-run.ps1`](#sf-apex-run--sf-apex-runps1)** - Anonymous Apex execution (file or inline) Data and logs: -- **`sf-data-export` / `sf-data-export.ps1`** - Export data via SOQL to CSV/JSON, optional Bulk API -- **`sf-data-import` / `sf-data-import.ps1`** - Import CSV/JSON with insert/update/upsert -- **`sf-logs-tail` / `sf-logs-tail.ps1`** - Real-time debug logs tail with filtering +- **[`sf-data-export` / `sf-data-export.ps1`](#sf-data-export--sf-data-exportps1)** - Export data via SOQL to CSV/JSON, optional Bulk API +- **[`sf-data-import` / `sf-data-import.ps1`](#sf-data-import--sf-data-importps1)** - Import CSV/JSON with insert/update/upsert +- **[`sf-logs-tail` / `sf-logs-tail.ps1`](#sf-logs-tail--sf-logs-tailps1)** - Real-time debug logs tail with filtering ## Installation