SteeltoeOSS / Tooling

Steeltoe developer tool collection
https://steeltoe.io/
Apache License 2.0
12 stars 7 forks source link

add a generate command #95

Open ccheetham opened 4 years ago

ccheetham commented 4 years ago

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.