cli
cli copied to clipboard
Salesforce CLI
### Summary Cloning developer sandboxes that use the upgraded 400MB storage feature from the cli fails with `Invalid Inputs: You must specify the Features that were added to the sandbox...
### Summary ### Steps To Reproduce 1. Have an Apex class with a Deleted status ```xml 63.0 Deleted ``` 2. Push the code to your org 3. Delete the source...
### Expected result When running `sf project deploy start`, the command seems to hang: ``` sf project deploy start --api-version 63.0 --ignore-conflicts --manifest /app/scripts/ci-deployment-files/package/package.xml --dev-debug --target-org [email protected] --json sf:telemetry Usage...
### Summary When I create a new Salesforce Project using "sf project generate" command and I execute "npm install" to install dependencies, eslint dependencies are broken. I get this error:...
### Summary sf project generate manifest produce package.xml file which does not include namespace for the custom metadata record There are 2 packages installed: - one is unlocked with prefix...
**Description:** While executing our parallel full-retrieve procedure, we encountered an unusual error during the retrieve of CustomObjectTranslation. The command used and the error encountered are detailed below. **Command:** ```bash sf...
### Summary Enabling both `decomposeWorkflowBeta` & `decomposeSharingRulesBeta` causes `project convert source` to generate bad metadata format files for SharingRules&Workflow which cause deployment errors when both metadata types are in the...
Starting in **August 2025**, when you use the `org open` command with the `--json` or `--url-only` flags, the generated URLs in the output will be single-use only. This means that...
### Summary If I have source tracking enabled and do a dry run deploy, this appears to affect source tracking, and doing a regular "push" is subsequently affected. ### Steps...
### Summary I am not able to install a child managed 2gp version that has a custom field in a custom object from its parent managed 2gp (in the same...