blob: 98a6a163ae9f085953eedcf927459ae466347ef2 [file] [log] [blame]
Ales Komarek1b373112017-08-08 08:48:56 +02001
2============================================
3Generate a team accounts from CSV input file
4============================================
5
6Modify team.sh in order to properly parse your input file.
7Example usage to generate individuals yaml configs:
8
9.. code-block:: bash
10
11 ./team.sh team.csv
12 mv \*.yml [MODEL TEAM DIRECTORY]/
13
14
15To create ``init.yml`` loading all accounts, use:
16
17.. code-block:: bash
18
19 cd [MODEL TEAM DIRECTORY]
20 echo 'classes:' > init.yml
21 ls| xargs -I{} basename {} .yml | sed 's/^/- /' >> init.yml