ukris / typhoonae

Automatically exported from code.google.com/p/typhoonae
0 stars 0 forks source link

Enable apptool to accept a configuration file. #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Apptool currently takes a number of commandline arguments to configure an
app. Alternatively it should accept a configuration file that contains
those parameters.

Example:
./bin/apptool --config_file=apptool.yaml parts/helloworld/

 - The configuration file should be in yaml format.
 - config-file and commandline-parameters can be mixed.
 - additional commandline-parameters overwrite values in the config.

Original issue reported on code.google.com by florian....@gmail.com on 24 Dec 2009 at 1:05

GoogleCodeExporter commented 9 years ago
The apptool is going to be replaced by the appcfg service. So, we don't have 
the need for enhancements at this point.

Original comment by tobias.r...@gmail.com on 1 Jan 2011 at 11:30