summaryrefslogtreecommitdiffstats
path: root/cli/objects/folder.py
Commit message (Collapse)AuthorAgeFilesLines
* ogcli: add update command for folder, room and centerAlejandro Sirgo Rica2024-02-131-2/+21
| | | | | Expand of the update command to be able to modify the values of previous folder, room and center configurations.
* folder: add commands to create and delete foldersAlejandro Sirgo Rica2024-02-051-0/+54
add command to add folders add folder --name test --room-id 123 to delete delete folder --id 456 you can fetch the id with 'list scopes'