Been having a weird issue with hasura-cli v2.0.0-alpha.11 where it fails to restore metadata inside of Github CI with following error:
> Run npx hasura-cli metadata apply --admin-secret "localadminsecret"
time="2021-05-27T09:59:48Z" level=fatal msg="found 0 bytes from input"
Error: Process completed with exit code 1.
Here's the example setup with failing test
Running exactly same setup with alpha.10 works perfectly fine.
Is that an issue with CLI or something needs to be changed in CI setup?