cli
cli copied to clipboard
Salesforce CLI
### Summary Hello, we are trying to set the Asset object to private and enable asset sharing as we have classes writing to the AssetShare object. When we try to...
### Summary When attempting to deploy metadata with extracted from a dev org with no namespace to a scratch org with a namespace, the deploy fails due to permission set...
### Summary The command `sf apex run test` continues to run after the specified wait time (e.g. `--wait=2`) has ended and does not return the test run id response as...
### Summary The result object for postretrieve and postsourceupdate plugin hooks doesn't support different metadata types with the same API name. For example, a class called Account and the standard...
`sf org resume sandbox` command returns error when the target org (user) language is not in English
### Summary `sf org resume sandbox` command always returns error if the target sandbox language is in Japanese (in non-English languages) regardless of the sandbox status. ### Steps To Reproduce...
### Summary _force:data:tree:export fails if the username contains a space_. ### Steps To Reproduce: 1. Have a Windows user where the username contains a whitespace (e.g. Time Lord) 1. Run...
### Summary Working on a Gen-1 Manage Package, specifically with permission sets, the source content depends on how it's retrieved from the Org. Running `force:source:retrieve` with `--sourcepath` pointing to the...
### Summary force:source:pull doesn't pull changes from scratch org made in a formula of custom field and force:source:status doesn't recognize them as well ### Steps To Reproduce: 1. created a...
### Summary From what I can see, the schema has been updated but not the class, which is causing Typescript to have a fit. Specifically in our custom plugin and...
### Summary I'm running a query that stores a large amount of FederationId values (read: email addresses) into a bash script variable, and then executes a subsequent query with that...