An interim step that generates files (such as Dockerfile, manifest.yaml, etc) would allow a user to modify generated files prior to deployment. Or allow a user to commit files to source control without having to deploy them.
A proposed workflow would effectively be:
configure
generate
deploy
If a file to be generated already exists, that file should be left alone so that any user modifications are not lost. An option to force re-generation of files would be useful.
Current workflow is effectively:
An interim step that generates files (such as
Dockerfile
,manifest.yaml
, etc) would allow a user to modify generated files prior to deployment. Or allow a user to commit files to source control without having to deploy them.A proposed workflow would effectively be:
If a file to be generated already exists, that file should be left alone so that any user modifications are not lost. An option to force re-generation of files would be useful.