cli icon indicating copy to clipboard operation
cli copied to clipboard

Salesforce CLI

Results 264 cli issues
Sort by recently updated
recently updated
newest added

### Summary Execution of the `org shape list` command fails when you have multiple org connections but one of those connections fails to authenticate. ### Steps To Reproduce: 1. Setup...

owned by another team
area:signups

### Summary The access token and refresh token for orgs connected to sfdx are encrypted using AES-256-GCM ( see https://github.com/forcedotcom/sfdx-core/blob/453b8860c16991796252f05a3c933dee1e9d7e3b/src/crypto/crypto.ts#L24 ), which uses a 256 bit key, and a 96...

bug
area:auth

### Summary Standard Object Translations are not applied through package installation ### Steps To Reproduce: 1. Create a scratch org for a package and open it { "orgName": "Sample Org",...

bug
owned by another team
area:globalization

**BUG** With the new mapping between the Metadata API settings and the project-scratch-def.json file, the CLI is now creating a Scratch Org, and then deploy the settings. This is an...

bug

### Summary The metadata type `WorkflowAlert` can be successfully retrieved from the org using the CLI. However, when you attempt to deploy this metadata type with the same manifest file,...

investigating
custom-registry
validated

**Is your feature request related to a problem? Please describe.** Bulk query stores all records in memory, instead of writing them to disk ![image](https://user-images.githubusercontent.com/55927613/224577680-d947aa88-e15b-441f-9f85-22482fa73447.png) src: https://github.com/jsforce/jsforce/blob/95932f288a59a0b68ff9fe8cc1a94523a4d0fb85/src/api/bulk.ts#L1077-L1099 ![image](https://user-images.githubusercontent.com/55927613/224576107-cbd1be5a-f5e2-4f6d-b57e-08c7169d95bc.png) src: https://github.com/jsforce/jsforce/blob/95932f288a59a0b68ff9fe8cc1a94523a4d0fb85/src/api/bulk.ts#L1244-L1264 this...

feature

### Summary When a user creates a deployment that includes a CustomField and a different user runs a deploy report (using the job-id & target-org options #2300), there are objects...

bug
investigating
validated

### Summary Retrieving permission set does not include `ManagePackageLicenses` permission. ### Steps To Reproduce - Create a permission set with license of Salesforce or Salesforce API Integration - Assign the...

bug
owned by another team
validated

**sfdx force:source:manifest:create --fromorg** retrieving wrong Layout names when they are packaged This is exactly the same bug than the following, the namespace is missing when the layout is related to...

bug
owned by another team

### Summary Running the `sf` CLI under `node` v21.0.0 throws out the following warning: ``` (node:83047) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. (Use...

bug
area:jsforce
validated