Merge branch 'tests/openapi-everywhere' into 'develop'
[akkoma] / docs / administration / CLI_tasks / uploads.md
index a72bbd01fe3d7714f895347947a42fb3d8c54b12..8585ec76bcebb3cf91813bc03d58447db31180cb 100644 (file)
@@ -1,12 +1,21 @@
 # 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...]
-```
-## Options
+=== "OTP"
+
+    ```sh
+     ./bin/pleroma_ctl uploads migrate_local <target_uploader> [option ...]
+    ```
+
+=== "From Source"
+
+    ```sh
+    mix pleroma.uploads migrate_local <target_uploader> [option ...]
+    ```
+
+### Options
 - `--delete` - delete local uploads after migrating them to the target uploader
 
 A list of available uploaders can be seen in [Configuration Cheat Sheet](../../configuration/cheatsheet.md#pleromaupload)