cli
cli copied to clipboard
Salesforce CLI
### Summary Converting source in large projects results in JavaScript heap out of memory error ### Steps To Reproduce 1. `git clone --depth 1 https://github.com/SalesforceFoundation/NPSP.git npsp; cd npsp` 2. `sf...
> **Note** > Before you submit your issue, make sure that: > - You're using the latest version of Salesforce CLI. > - You've searched both open and closed issues...
### Summary `sf package install --package --wait 30` outputs `The subscriber package version is invalid, no subscriber package version record found`. `sf package1 version list --target-org dev-hub` lists the ``....
### Summary Running a multi-package setup with a pipeline utilizing flxbl.io, I have however tested this locally too and have run into the same result. Creating a package with coverage...
> **Note** Currently I am using the Latest SF CLI V2 - **@salesforce/cli/2.42.6 wsl-x64 node-v20.14.0** , and facing one issue with the deployment when utilizing the --metdata dir tag to...
### Summary There are multiple issues with retrieving and deploying **Nested** Email Templates and Folders using the `sf` CLI: 1. retrieving metadata using source tracking (`sf project retrieve start`) does...
### Summary Dear sf-cli Team, I am encountering an intermittent issue when attempting to perform parallel metadata retrievals using the sf-cli. My goal is to retrieve different types of resources...
### Summary Have there been recent changes to the deploy console output again? Since the most recent build the output is much less clear than it was in the previous...
## What's Happening? On November 6th, 2024, Salesforce will… 1. Stop bundling `plugin-source` with the Salesforce CLI `sf(v2)`. 2. Remove the `force:org:create` and `force:org:delete` commands from `plugin-org`. ## What's the...
### Summary Source tracking updated with current code on file system, rather than what was actually deployed. ### Steps To Reproduce 1. Make some code changes 2. Start a push...