Hey, I have the following .yml structure: uuid_1: name: ...uuid_2: name: ... How do I get a list of all uuids ? do I have to use config.getkeys() or something? Thanks in advance
I'd also recommend you move those under a parent key. If in the future you decide you want to have other config options in the file, it will hose up things when you just want to iterate users.