Version Information
CLI Version (for CLI related issue): 2.1.1
Environment
OSS
What is the expected behaviour?
hasura init --version 2 should produce a version 2 metadata structure
What is the current behaviour?
metadata/version.yaml contains version: 3
How to reproduce the issue?
hasura init --version 2
cat metadata/version.yaml
- output is
version: 3
- should be
version: 2