-
Notifications
You must be signed in to change notification settings - Fork 78
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
Unable to push or create package version with static resource containing file where filename starts with .
#2666
Comments
Hello @coolbulevar 👋 None of the versions of Shared: Update to the latest version of Salesforce CLI (docs) and confirm that you're still seeing your issue. After updating, share the full output of |
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
Updated to the latest version of Salesforce CLI and confirm that still seeing issue. {
"architecture": "linux-x64",
"cliVersion": "@salesforce/cli/2.25.7",
"nodeVersion": "node-v20.9.0",
"osVersion": "Linux 5.15.0-91-generic",
"rootPath": "/usr/local/lib/node_modules/@salesforce/cli",
"shell": "bash",
"pluginVersions": [
"@oclif/plugin-autocomplete 3.0.5 (core)",
"@oclif/plugin-commands 3.1.1 (core)",
"@oclif/plugin-help 6.0.12 (core)",
"@oclif/plugin-not-found 3.0.9 (core)",
"@oclif/plugin-plugins 4.1.17 (core)",
"@oclif/plugin-search 1.0.12 (core)",
"@oclif/plugin-update 4.1.8 (core)",
"@oclif/plugin-version 2.0.11 (core)",
"@oclif/plugin-warn-if-update-available 3.0.9 (core)",
"@oclif/plugin-which 3.0.15 (core)",
"@salesforce/analytics 1.3.19 (user)",
"@salesforce/cli 2.25.7 (core)",
"apex 3.0.18 (core)",
"auth 3.3.2 (core)",
"data 3.0.16 (core)",
"deploy-retrieve 3.2.0 (core)",
"dev 1.3.2 (user)",
"info 3.0.17 (core)",
"limits 3.1.4 (core)",
"marketplace 1.0.16 (core)",
"org 3.3.5 (core)",
"packaging 2.1.1 (core)",
"schema 3.1.0 (core)",
"settings 2.0.17 (core)",
"sobject 1.1.2 (core)",
"source 3.1.5 (core)",
"telemetry 3.1.10 (core)",
"templates 56.0.10 (core)",
"trust 3.3.2 (core)",
"user 3.2.3 (core)"
]
} |
.
.
This issue has been linked to a new work item: W-14892481 |
Nice repro, thanks! |
OK, we have a PR open for this. We've always had Therefore, if you want to not have that behavior this PR will allow you to add |
This issue is fixed in version 2.28.6. |
Summary
Files with name starting with
.
ignored bysf project deploy
andsf package version create
commands.It seems the issue is not related to general issues with node 18.16.0 #2125 and as suggested by @mshanemc opening new issue.
Steps To Reproduce
Repository that's configured to reproduce the issue.
cli-zip-static-issue
sf project deploy start
Expected result
normalFile.xml
and.specialFile
are being pushed successfully.Actual result
only
normalFile.xml
is pushed and present in static resource.System Information
Additional information
For the
sf package version create
command behavior is similar, special file is gone missing.UPD
Updated to the latest version of Salesforce CLI and confirm that still seeing issue.
UPD2
As a workaround we are still using
[email protected]
onnode-version: 16.20.0
The text was updated successfully, but these errors were encountered: