diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2020-08-07 15:55:08 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-10-15 22:31:00 +0300 |
commit | cf53e300f8e850aeacb88e6e6b4d465378acc199 (patch) | |
tree | 989c3d7d9c1805fc9dad9361c1260a3c0ccbfa00 /docs/administration | |
parent | 595da6080dc12675eb7673a3190b88ad5a3712ed (diff) | |
download | pleroma-cf53e300f8e850aeacb88e6e6b4d465378acc199.tar.gz pleroma-cf53e300f8e850aeacb88e6e6b4d465378acc199.zip |
added generate the release env to `pleroma.instance gen`
Diffstat (limited to 'docs/administration')
-rw-r--r-- | docs/administration/CLI_tasks/instance.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/administration/CLI_tasks/instance.md b/docs/administration/CLI_tasks/instance.md index d6913280a..d922b44df 100644 --- a/docs/administration/CLI_tasks/instance.md +++ b/docs/administration/CLI_tasks/instance.md @@ -40,3 +40,4 @@ If any of the options are left unspecified, you will be prompted interactively. - `--strip-uploads <Y|N>` - use ExifTool to strip uploads of sensitive location data - `--anonymize-uploads <Y|N>` - randomize uploaded filenames - `--dedupe-uploads <Y|N>` - store files based on their hash to reduce data storage requirements if duplicates are uploaded with different filenames +- `--skip-release-env` - skip generation the release environment file |