summaryrefslogtreecommitdiff
path: root/docs/administration
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-06-12 13:32:59 +0000
committerlain <lain@soykaf.club>2020-06-12 13:32:59 +0000
commit1419c67f4db0ae0c853600f98baf6dae829a4bd1 (patch)
treed1accff7835fddffc4fd1fbeb0cdd5dfe88620af /docs/administration
parent11aa02bb108d957c778275fbcfa4c7cf2165d249 (diff)
parent7c47f791a803aa5cee2f2f6931b8445d2c0551e5 (diff)
downloadpleroma-1419c67f4db0ae0c853600f98baf6dae829a4bd1.tar.gz
pleroma-1419c67f4db0ae0c853600f98baf6dae829a4bd1.zip
Merge branch 'feature/cli-reload-emoji' into 'develop'
Add command to reload emoji packs from cli for OTP users Closes #1814 See merge request pleroma/pleroma!2639
Diffstat (limited to 'docs/administration')
-rw-r--r--docs/administration/CLI_tasks/emoji.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/administration/CLI_tasks/emoji.md b/docs/administration/CLI_tasks/emoji.md
index 3d524a52b..ddcb7e62c 100644
--- a/docs/administration/CLI_tasks/emoji.md
+++ b/docs/administration/CLI_tasks/emoji.md
@@ -44,3 +44,11 @@ Currently, only .zip archives are recognized as remote pack files and packs are
The manifest entry will either be written to a newly created `pack_name.json` file (pack name is asked in questions) or appended to the existing one, *replacing* the old pack with the same name if it was in the file previously.
The file list will be written to the file specified previously, *replacing* that file. You _should_ check that the file list doesn't contain anything you don't need in the pack, that is, anything that is not an emoji (the whole pack is downloaded, but only emoji files are extracted).
+
+## Reload emoji packs
+
+```sh tab="OTP"
+./bin/pleroma_ctl emoji reload
+```
+
+This command only works with OTP releases.