You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 2, 2022. It is now read-only.
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.