Closed chbrown13 closed 7 years ago
A config file to store properties and avoid always copying arguments such as -h and other configuration data. Similar to robotello.properties (https://github.com/SatelliteQE/robottelo/blob/master/robottelo.properties.sample)
nice, we can read a SATELLITE_POPULATE_FILE environment variable with the path to the file, if not found defaults to ~/.satellitepopulate.yml
SATELLITE_POPULATE_FILE
~/.satellitepopulate.yml
Link with #71, possible option in config file
Fixed in PR #86
A config file to store properties and avoid always copying arguments such as -h and other configuration data. Similar to robotello.properties (https://github.com/SatelliteQE/robottelo/blob/master/robottelo.properties.sample)