We're changing the exported project.yaml file which lighting generates to use the new v2 spec format.
This means that anyone using CLI deploy v1 and exported project.yamls will find their deploys start breaking. This affects eg ethiopia but maybe others.
To preserve back compatibility, it would be neat for the v1 deploy to:
- detect if an incoming yaml is in v2 format
- convert it to v1 format (project has APIs for this)
- carry on as normal
No need to itervene in v1 pull.
We're changing the exported project.yaml file which lighting generates to use the new v2 spec format.
This means that anyone using CLI deploy v1 and exported project.yamls will find their deploys start breaking. This affects eg ethiopia but maybe others.
To preserve back compatibility, it would be neat for the v1 deploy to:
No need to itervene in v1 pull.