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

Issue creating package.xml from sgd:source:delta command #625

Closed
1 task
ikounalak opened this issue Jun 2, 2023 · 2 comments
Closed
1 task

Issue creating package.xml from sgd:source:delta command #625

ikounalak opened this issue Jun 2, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@ikounalak
Copy link

Issue verification check:

  • is the current repository fully deployable at the commit SHA provided with the 'from' parameter of the command?

What is the problem?

Error when trying to generate the delta package.

What is the parameter and the value you used with it?

sfdx sgd:source:delta --to "HEAD" --from "HEAD~1" --output "."

What is the expected result?

Package.xml should have been update it with the delta componennts

What is the actual result?

I get this: Warning: Deprecated config name: apiVersion. Please use org-api-version instead.

Operating System: Windows (VS Code)

yarn version:

node version: v14.17.0

git version: 2.31.1.windows.1

sfdx version: sfdx-cli/7.203.6 win32-x64 node-v18.15.0

sgd plugin version: v5.19.0

@ikounalak ikounalak added the bug Something isn't working label Jun 2, 2023
@scolladon
Copy link
Owner

scolladon commented Jun 2, 2023

Hi @ikounalak !

Thanks for raising this issue and thanks for contributing in making this project better!

It seems related to #619

If I understand properly, there are changes (new or changed metadata) in the codebase between the current and the previous commit.
When executing the plugin, it does not populate those changes in the package.xml right ?

Could you give me the exact step to reproduce this please (what is the content of the last commit) ?

@ikounalak
Copy link
Author

Hello @scolladon ,

Thank you for your fast reply and help! It is related to #619 indeed, I will have a look in the config.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants