realm icon indicating copy to clipboard operation
realm copied to clipboard

Add bulk tome uploader

Open hulto opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. Right now if teams have private tomes they want to import they have to use the API or recompile the server.

Describe the solution you'd like Build a go script in the ./bin/ dir that will iterate over a provided directory and upload all of the tomes in it. Directories can be expected to be in the format:

./my-tomes/
./my-tomes/supersecret-tomes/
./my-tomes/supersecret-tomes/main.eldritch
./my-tomes/supersecret-tomes/metadata.yaml
./my-tomes/supersecret-tomes/files/
./my-tomes/supersecret-tomes/files/test123
./my-tomes/our-recon-tome/main.eldritch
./my-tomes/our-recon-tome/metadata.yaml
./my-tomes/our-recon-tome/files/
./my-tomes/our-recon-tome/files/test123

Describe alternatives you've considered Na

Additional context Na

hulto avatar Jan 23 '24 00:01 hulto

Deprioritized for v0.1.0 since we now have git imports

KCarretto avatar Feb 27 '24 03:02 KCarretto