cli
cli copied to clipboard
Salesforce CLI
### Summary Using the `sf org delete scratch` command while using a Sandbox as your default org will also delete the target org even if it is not a scratch...
### Expected result Custom fields with the specified namespace to be retrieved. Relevant standard object and field directories to be created under the objects folder if they don't exist yet....
### Summary While using the command `org refresh sandbox` to refresh a sandbox, the command finishes with the following error: > INSUFFICIENT_ACCESS: use of the Metadata API requires a user...
### Summary `sf plugins` command fails when you add the `--json` flag ### Steps To Reproduce From a Salesforce DX enabled project, execute the following command: ``` sf plugins --json...
manifest generated by sf project generate manifest --from-org retrieves unavailable metadata records
> **Note** > Before you submit your issue, make sure that: > - You're using the latest version of Salesforce CLI => I use the docker image (salesforce/cli:latest-slim, so I...
### Summary When creating or refreshing a sandbox using `org create sandbox` or `org refresh sandbox`, there is no way to specify the sandbox access group, that corresponds to the...
### Summary Cloning developer sandboxes using SF CLI and the `--definition-file` flag still creates a sandbox from production org. ### Steps To Reproduce Prerequisite: having a developer sandbox (sandbox name:...
### Summary sf apex get test command returns 0 totalCovered and 0 coveredPercent ### Steps To Reproduce 1. Authenticate to a scratch org 2. Run apex test / tests sf...
### Summary We have a node script using which we are trying to kind of "take a snapshot" of the org. For this, 1. We create 8 child processes. 2....
I have a project which can `sf project deploy start` to a Summer 24 scratch org but fails to deploy to a Winter 24 preview org. It seems to be...