这是indexloc提供的服务,不要输入任何密码
Skip to content

cli: init --verson 1 creates an inconsistent config.yaml file #4036

@shahidhk

Description

@shahidhk

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

Metadata

Metadata

Assignees

Labels

c/cliRelated to CLIk/bugSomething isn't workingp/highcandidate for being included in the upcoming sprint

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions