hasura init my-project --version 1 creates the following config.yaml:
version: 0
endpoint: http://localhost:8080
metadata_directory: ""
actions:
kind: ""
handler_webhook_baseurl: ""
instead of just
version: 1
endpoint: http://localhost:8080
This is causing issues with migrate api etc.
CLI version: v1.2.0-beta.2