Skip to main content

Hello,

I try to retrieve with command sfdx force:source:retrieve. It works well with sfdx-project.json :

 

...

{

"path": "P000534-242-app",

"default": true

},

...

But it does not work with json file :

 

{

"path": "P000534-242",

"default": true

},

...

 

In both case folder exists.

regards,

Jean-Marc

0/9000