SatelliteQE / satellite-populate

This new module adds tools and commands to populate and validate entities in the system based in YAML file.
Other
8 stars 10 forks source link

satellite-populate properties file #63

Closed chbrown13 closed 7 years ago

chbrown13 commented 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)

rochacbruno commented 7 years ago

nice, we can read a SATELLITE_POPULATE_FILE environment variable with the path to the file, if not found defaults to ~/.satellitepopulate.yml

chbrown13 commented 7 years ago

Link with #71, possible option in config file

chbrown13 commented 7 years ago

Fixed in PR #86