Closed robinske closed 1 year ago
FWIW running the same command I'm getting the same error.
Hi @robinske, Thanks for reaching out. This is something that needs to be updated from the api side. We have reached out to the team. +1 to the issue will help us move it higher in the priority list.
meanwhile alternative way to prevent the message would be to pass the property flag with the properties you need displayed. for eg
twilio api:lookups:v2:phone-numbers:fetch --phone-number [+14159929960](tel:+14159929960) --properties=callingCountryCode,phoneNumber,countryCode,valid,nationalFormat
@robinske Below mentioned output was coming because validationResults was not set to any value. This has been removed. Fix should be available in next release. » "validationResults" is not a valid property name.
Issue Summary
The API call still works, it just prints an annoying message before the wanted output.
Seems similar to am issue from 2021 but I haven't been able to track down a specific discrepancy in API definitions.
Steps to Reproduce
Using CLI v5.0+:
The output will include
» "validationResults" is not a valid property name.
Technical details:
-l debug
to the end of the command):