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

Inheritance and running a folder #36

Open rochacbruno opened 7 years ago

rochacbruno commented 7 years ago

Having these files in a directory /data

Then a root file called main.yaml


# vars: implicit imported from vars.yaml

# implicit imported from config.yaml
# then merged with:
config:
   username: admin

actions:
  - include: organizations.yaml
  - include: users.yaml

  - action: other
    ...
...

then:

```bash
satellite-populate /data/

should start from main.yaml inside /data/ folder