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

Clean up validation files #71

Closed chbrown13 closed 7 years ago

chbrown13 commented 7 years ago

When running satellite-populate, validation files are created and stored. If a user runs the program many times then the directory will become cluttered with a lot of validation .yaml files. Perhaps there's a way to delete them after a satellite-populate command finishes running.

rochacbruno commented 7 years ago

@chbrown13 You can pass --no-output to the command

rochacbruno commented 7 years ago

https://github.com/SatelliteQE/satellite-populate/blob/master/satellite_populate/commands.py#L141

chbrown13 commented 7 years ago

Ok thanks

rochacbruno commented 7 years ago

@chbrown13 yeah this option could be persisted in ~/.satellitepopulaterc onde we implement this

chbrown13 commented 7 years ago

Ok, makes sense

chbrown13 commented 7 years ago

Link with #63, possible option to config file