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
Currently, the commands that employ an argument for pointing to the source folder (usually -d) are set to have a default value (force-app/main/default) in order to allow them to be optional (ie better usability).
I would like for the force-app part of this default value to be dynamically resolved instead, to the default package directory defined in the SFDX project file.
Example:
currently: force-app/main/default
desirable: sfdx-source/my_ns_prefix/main/default
Here's a SFDX project file (excert from sfdx-falcon) for reference:
Enhancement request
Currently, the commands that employ an argument for pointing to the source folder (usually
-d
) are set to have a default value (force-app/main/default
) in order to allow them to be optional (ie better usability).I would like for the
force-app
part of this default value to be dynamically resolved instead, to the default package directory defined in the SFDX project file.Example:
force-app/main/default
sfdx-source/my_ns_prefix/main/default
Here's a SFDX project file (excert from sfdx-falcon) for reference:
I would classify this as "Nice to have".
The text was updated successfully, but these errors were encountered: