Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skinny profile retrieve assumes force-app/main/default #67

Open
RichardBeadle opened this issue Jun 15, 2021 · 1 comment
Open

Skinny profile retrieve assumes force-app/main/default #67

RichardBeadle opened this issue Jun 15, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@RichardBeadle
Copy link

The sfdx texei:skinnyprofile:retrieve command assumes the project filepath is force-app/main/default:

const defaultProjectPath = path.join('force-app','main','default');

Many projects will use different filepaths or multiple package directories. Could ProjectPath be instead passed as a variable?

For example:

texei:skinnyprofile:retrieve -u MyScratchOrg --filepath packages/expensesApp/main/default
@FabienTaillon FabienTaillon added the enhancement New feature or request label Jun 25, 2021
@FabienTaillon
Copy link
Member

I do agree, we wanted to use paths defined in your sfdx-project.json file but so far haven't done the job. We definitely need to do it correctly for all the commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants