-
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
Error (InvalidIdLengthError): Parsing --job-id #3106
Comments
Hello @Faizahamed-dev 👋 It looks like you didn't include the full Salesforce CLI version information in your issue. A few more things to check:
Thank you! |
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. |
output below and i am using sf version with latest |
are you able to print the deploy ID and see if it's 15/18-char? |
i am using the command for deployment status , i tried with two command still i am getting status_output=$(sf project deploy report -i "$deploy_id" -u "${SALESFORCE_USERNAME}" --wait 0 --json) as well status_output=$(sf project deploy report -i "$deploy_id" -u "${SALESFORCE_USERNAME}" --wait 0 --use-most-recent). i am getting an error Error (InvalidIdLengthError): Parsing --job-id The id must be 15 or 18 characters. See more help with --help . i am using salesforce/cli/2.67.4 .pls tell me how to fix
The text was updated successfully, but these errors were encountered: