We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
jayen@eeyore:~$ flex-cli events --marketplace expertapplication-test --before-ts=2024-06-22 › API call failed. Status: 400, reason: Invalid value. 1 jayen@eeyore:~$ flex-cli events --marketplace expertapplication-test --before-ts 2024-06-22 › API call failed. Status: 400, reason: Invalid value. 1 jayen@eeyore:~$ flex-cli events --marketplace expertapplication-test --before-ts=2024-06-22T00:00.000Z › API call failed. Status: 400, reason: Invalid value.
it works without --before-ts and i believe i'm using the format specified in help events
help events
The text was updated successfully, but these errors were encountered:
(Related to #103)
I believe the reason for the error is that you can only query events that are not older than a week.
Does this work if you use --before-ts value less than a week ago?
--before-ts
There's certainly room for improvement in the error reason message.
Sorry, something went wrong.
yes it works with recent dates. i agree about the error message.
No branches or pull requests
it works without --before-ts and i believe i'm using the format specified in
help events
The text was updated successfully, but these errors were encountered: