microservices-datadriven
microservices-datadriven copied to clipboard
Deploy functions could be more intuitive
It took me a few minutes to actually find the generated yaml as the deploy.sh refers the user to # See docs/Deploy.md for details which at the end of the doc in turn refers the user to See common/docs/DeployFunctions.md for details. which halfway down the page states The processed yaml files are place in the .deployed folder in the home directory of the microservice. I don’t think this is very intuitive for the customer and at the very least we should change the folder to generated_yaml or some such and the fact that the folder is named with a . prefix makes it hidden as far as ls command (requires ls -al).
If we change the name of the folder we must also change the .gitignore to make sure the generated yaml don't get checked in.
files don't get committed unless they are explicitly git added
so should not be an issue