Add NewDB.sh script that automates the initial database setup process by running sequential API calls through Bruno CLI to register a user, create a library, add a library folder, and scan media items.
4 lines
172 B
Bash
Executable File
4 lines
172 B
Bash
Executable File
#!/bin/bash
|
|
|
|
bru run --env Bookhoard --delay 500 "user/auth/Register User.yml" "library/Create Library.yml" "library/Add Library Folder.yml" "scanner/Scan Media Items.yml"
|