cli
cli copied to clipboard
Salesforce CLI
### Summary I'm trying to get uncovered lines of code from a "validate" job result. Running the same commands on my machine works like a charm but running them from...
### Summary I created a few test users (usr1, usr2, usr3) on scratch org using `sf org create user` like this: ``` sf org user create -o tst -f .\config\user\def_adviser.json...
### Summary When running `sf project deploy start -c` I run into an error: `Unexpected end of JSON input`. After some digging, I found that the problem was an empty...
### Description I run the following command to retrieve metadatas: `sf org display --target-org [email protected] && sf project retrieve start --ignore-conflicts -o [email protected] --wait 60 --json` The org is logged...