Merge remote-tracking branch 'origin/develop' into global-status-expiration
[akkoma] / docs / administration / CLI_tasks / uploads.md
index 71800e341944c269989a01d5dcc0e43a78425508..6a15d22f67628cb769c21095b77e1b88451e407a 100644 (file)
@@ -1,11 +1,16 @@
 # Managing uploads
 
-Every command should be ran with a prefix, in case of OTP releases it is `./bin/pleroma_ctl uploads` and in case of source installs it's `mix pleroma.uploads`.
+{! backend/administration/CLI_tasks/general_cli_task_info.include !}
 
 ## Migrate uploads from local to remote storage
-```sh
-$PREFIX migrate_local <target_uploader> [<options>]
+```sh tab="OTP"
+ ./bin/pleroma_ctl uploads migrate_local <target_uploader> [option ...]
 ```
+
+```sh tab="From Source"
+mix pleroma.uploads migrate_local <target_uploader> [option ...]
+```
+
 ### Options
 - `--delete` - delete local uploads after migrating them to the target uploader