cli
cli copied to clipboard
Salesforce CLI
Summary When querying data with sfdx force:data:soql:query, relationship fields get combined and do not display any value in the output. If single relationship fields exist then it displays properly, but...
### Summary For a nested sfdx project, the [source tracking library](https://github.com/forcedotcom/source-tracking) gets local changes from the root project instead of the project directory of the nested sfdx project. ### Steps...
**Is your feature request related to a problem? Please describe.** Similarly to this feature request: https://github.com/forcedotcom/cli/issues/1015 but for the force:auth:web:login command. **What are you trying to do** Would be good...
### Summary Result type in predeploy hook for force:source:push command has following structure: ``` type PreDeployResult = { [aggregateName: string]: { mdapiFilePath: string; workspaceElements: { fullName: string; metadataName: string; sourcePath:...
### Summary While using CI/CD to validate components we are receiving an exception from node module of sfdx. Below are the verbose statements from deploy command. ### Expected result Validation...
Currently, it is not possible to set the following package settings via SFDX: - apiAccessLevel - postInstallClass - setupWebLink **What are you trying to do** We're trying to have a...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
### Summary I'm using the beta version to pull the changes in my instance org but I'm getting the following error: **_Cannot read properties of null (reading 'length')_**. Even though...
**Is your feature request related to a problem? Please describe.** When running `sfdx force:org:status -n sbName --json -w 10` when polling for a sandbox creation, if the refresh is not...
### Summary `sfdx force:source:deploy` Succeeds for fieldsets outside of the custom object folder while `sfdx force:source:push` Fails I'm creating a fieldset in a directory outside of the custom object folder....