Pleroma v1.1.9-10-g42f76306+dev mix pleroma.uploads View Source
Manages uploads
## Migrate uploads from local to remote storage
mix pleroma.uploads migrate_local TARGET_UPLOADER [OPTIONS...]
Options:
--delete
- delete local uploads after migrating them to the target uploader
A list of available uploaders can be seen in config.exs
Link to this section Summary
Link to this section Functions
A task needs to implement run
which receives
a list of command line args.
Callback implementation for Mix.Task.run/1
.