updated README

This commit is contained in:
reynold
2025-08-28 16:42:15 +08:00
parent 747aa90d26
commit d919e5cfb8

View File

@@ -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