Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bulk tome uploader #465

Open
hulto opened this issue Jan 23, 2024 · 1 comment
Open

Add bulk tome uploader #465

hulto opened this issue Jan 23, 2024 · 1 comment
Assignees
Labels
feature New feature or request

Comments

@hulto
Copy link
Collaborator

hulto commented Jan 23, 2024

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 hulto added the feature New feature or request label Jan 23, 2024
@hulto hulto added this to the v0.1.0 milestone Jan 23, 2024
@KCarretto
Copy link
Collaborator

Deprioritized for v0.1.0 since we now have git imports

@KCarretto KCarretto removed this from the v0.1.0 milestone Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants