There seems to be an issue with the exit code that the twilio autopilot:update command is returning. I've detailed the steps to reproduce below. At the moment I am unable to get the script to return a 1 when an error is thrown. This bug is a blocker to using this CLI for any type of automation.
Steps to Reproduce
Run the following commands:
twilio autopilot:update --schema non_existent_schema
echo $?
Actual Result
0
Expected Result
1
There seems to be an issue with the exit code that the twilio autopilot:update command is returning. I've detailed the steps to reproduce below. At the moment I am unable to get the script to return a 1 when an error is thrown. This bug is a blocker to using this CLI for any type of automation.
Steps to Reproduce
Run the following commands:
Actual Result
0Expected Result
1