basho / cuttlefish

never lose your childlike sense of wonder baby cuttlefish, promise me?
Apache License 2.0
205 stars 124 forks source link

Support optional app.config generation without date suffix #212

Open lrascao opened 8 years ago

lrascao commented 8 years ago

Depending on wether the dest_file parameter is a complete filename with extension, skip or append the datetime suffix at the end of it.

So for example, -dest_file component.config will result in a component.config file and -dest_file component will result in a component.2016.02.07.22.46.49.config file. This is useful for generating dependency specific .config files that will the included from the main application sys.configfile, since the generated name with the timestamp is always different it makes it difficult for this use case.