Closed ddatawitch closed 9 months ago
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.
Hello @ddatawitch :wave: It looks like you didn't include the full Salesforce CLI version information in your issue.
Please provide the output of version --verbose --json
for the CLI you're using (sf
or sfdx
).
A few more things to check:
rc
or nightly
versions. (docs)doctor
command to diagnose common issues.Thank you!
PS C:\Users\data_\IdeaProjects\CHA-sfdx> sf version --verbose --json { "architecture": "win32-x64", "cliVersion": @./cli/2.24.4", "nodeVersion": "node-v20.10.0", "osVersion": "WindowsNT 10.0.22621", "rootPath": "C:\Users\data\AppData\Local\sf\client\2.24.4-c9898a2", "shell": "cmd.exe", "pluginVersions": [ @./plugin-autocomplete 3.0.5 (core)", @./plugin-commands 3.1.0 (core)", @./plugin-help 6.0.10 (core)", @./plugin-not-found 3.0.8 (core)", @./plugin-plugins 4.1.15 (core)", @./plugin-search 1.0.11 (core)", @./plugin-update 4.1.7 (core)", @./plugin-version 2.0.11 (core)", @./plugin-warn-if-update-available 3.0.9 (core)", @./plugin-which 3.0.14 (core)", @./cli 2.24.4 (core)", "apex 3.0.17 (core)", "auth 3.2.0 (core)", "custom-metadata 3.1.4 (user)", "data 3.0.14 (core)", "deploy-retrieve 3.1.0 (core)", "info 3.0.15 (core)", "limits 3.1.2 (core)", "marketplace 1.0.16 (core)", "org 3.2.2 (core)", "packaging 2.1.0 (core)", "schema 3.1.0 (core)", "settings 2.0.15 (core)", "signups 2.0.15 (user)", "sobject 1.1.0 (core)", "source 3.1.3 (core)", "telemetry 3.1.9 (core)", "templates 56.0.9 (core)", "trust 3.3.1 (core)", "user 3.2.1 (core)" ] }
On Mon, Jan 22, 2024 at 11:37 AM github-actions[bot] < @.***> wrote:
Hello @ddatawitch https://github.com/ddatawitch 👋 It looks like you didn't include the full Salesforce CLI version information in your issue. Please provide the output of version --verbose --json for the CLI you're using (sf or sfdx).
A few more things to check:
- Make sure you've provided detailed steps to reproduce your issue.
- A repository that clearly demonstrates the bug is ideal.
Make sure you've installed the latest version of Salesforce CLI. ( docs https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_update_cli.htm)
- Better yet, try the rc or nightly versions. (docs https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_install_cli_rc.htm )
- Try running the doctor command to diagnose common issues.
- Search GitHub for existing related issues.
Thank you!
— Reply to this email directly, view it on GitHub https://github.com/forcedotcom/cli/issues/2660#issuecomment-1904678848, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIYDJOVPKDUBOWGCMHSRXMLYP25Y5AVCNFSM6AAAAABCFYINBCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBUGY3TQOBUHA . You are receiving this because you were mentioned.Message ID: @.***>
--
~Donna
This email and any attachments are intended for the sole use of the intended recipient(s) and contain(s) confidential information that may be proprietary, privileged or copyrighted under applicable law. If you are not the intended recipient, do not read, copy, or forward this email message or any attachments and delete this email message and any attachments immediately.
This issue has been linked to a new work item: W-14870123
Easy fix. Should be in tonight's nightly release, or the next release candidate scheduled for this Wednesday.
When I run sf package version create report and there are more than 12 errors the following text appears:
To see all errors, run: sf data:soql:query -t -q "SELECT Message FROM Package2VersionCreateRequestError WHERE ParentRequest.Id='08c...
When I run this command I get an error because the syntax is wrong. Can you update the message to use accurate CLI commands?