diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-10-15 16:39:01 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-10-15 16:39:01 -0500 |
commit | fb056ce05b43841ce57135ffb0b25845c41639ef (patch) | |
tree | edd3e47128b454ab721027b5c6f30d0bcc5bd27c /docs/administration/CLI_tasks/instance.md | |
parent | 724e4b7f00041667b9fa61fd1b7dd51c8eeaa102 (diff) | |
parent | 5703fb6d2a5f9fcffe050eadbc43758bcd2efa14 (diff) | |
download | pleroma-fb056ce05b43841ce57135ffb0b25845c41639ef.tar.gz |
Merge branch 'develop' into refactor/discoverable_user_field
Diffstat (limited to 'docs/administration/CLI_tasks/instance.md')
-rw-r--r-- | docs/administration/CLI_tasks/instance.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/administration/CLI_tasks/instance.md b/docs/administration/CLI_tasks/instance.md index d6913280a..982b22bf3 100644 --- a/docs/administration/CLI_tasks/instance.md +++ b/docs/administration/CLI_tasks/instance.md @@ -40,3 +40,5 @@ 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 +- `--release-env-file` - release environment file path |