I can no longer run hasura md export because it complains with this message:
FATA[0001] failed to export metadata: cannot export metadata from server: cannot export actions from metadata: cannot fetch plugin manfiest cli-ext: plugin version is not available
I also tried upgrading to 1.3.4-beta.1 -- same problem
hasura update-cli --version 1.3.4-beta.1
downgrade to 1.3.2 -- everything works
hasura update-cli --version 1.3.2
Try to remove .hasura from your home path
rm -rf ~/.hasura
The current workaround is to
rm -rf ~/.hasuraand retry.
that works. Since you closed the other issue (#6219) I'm gonna assume 1.3.4 or whatever won't have that issue.
You might want to fix that typo!!! manfiest
Most helpful comment
Try to remove
.hasurafrom your home path