-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
Support the WebStoreTemplate metadata type #776
Comments
Thanks for the quick response and action, @scolladon ! ❤️ |
Shipped in release $ sfdx plugins:install sfdx-git-delta@latest-rc
$ sfdx plugins:install [email protected] Happy incremental deployment! |
Thanks again, @scolladon ! Buying you a beer ;) |
Thank you very much @marcoalmodova ! |
Hey @scolladon , I updated the plugin and tested it, but it's not picking up the changes. I tested with a commit right before and the one adding a webStoreTemplate file. Can you have a second look at it, please? |
Hi @marcoalmodova, the plugin is updated but only the channel Could you check the version you have ? ( |
Hi @scolladon , yes, I have the latest version: sfdx-git-delta 5.36.0 (latest-rc) |
That's it @marcoalmodova, the documentation says the file extension and the folder name is lower case. |
But that's how the file is pulled from the scratch orgs, I didn't rename anything (the same about the folder). |
We already had this kind of situation in the past. We prefer to use the documentation as the source of truth. Just to be sure, you could create an issue in sf cli and see how they propose to fix it (the doc or the way the cli retrieve). You could link this issue to the one in the cli. In the meantime, you can change the folder name to be lower case, next retrieve will not change the folder. |
Renaming worked just fine, thanks. |
Discussed in #774
Originally posted by marcoalmodova January 30, 2024
Hi, I was checking the files with the API versions and I could not find it there, but can the WebStoreTemplate metadata type be supported?
We are using the plugin in a project and it does not detect the changes to this type of metadata.
There is the SF doc about it: https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_webstoretemplate.htm
Thanks!
The text was updated successfully, but these errors were encountered: