You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I run force fetch -t ApexClass, it creates two directories in the working directory: src, which is empty, and metadata, which contains package.xml and the classes directory. If I then run the same command again, the package.xml and classes directory are now created in the src folder instead.
v0.22.64 on Windows 10
The text was updated successfully, but these errors were encountered:
Thanks Jeff for the info. It actually is kind of weird on the Mac as well.
I am looking at trying to piggy back on the project structure that
Salesforce DX is using which is quite different. Sorry for the wierdness,
I'll do my best to try to resolve this as soon as I can.
If I run
force fetch -t ApexClass
, it creates two directories in the working directory: src, which is empty, and metadata, which contains package.xml and the classes directory. If I then run the same command again, the package.xml and classes directory are now created in the src folder instead.v0.22.64 on Windows 10
The text was updated successfully, but these errors were encountered: