X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=docs%2Fadministration%2FCLI_tasks%2Finstance.md;h=52e264bb18f31318b5c1523223bfdc6b4ce3f454;hb=2183d8f8499c19e3d24028426ae7b29edba7175b;hp=ab0b68ad0e487bb88dc75b1d4bb28eda4f820ea4;hpb=01da6344b96d74bcb3db5cc73007bf32949f91ca;p=akkoma diff --git a/docs/administration/CLI_tasks/instance.md b/docs/administration/CLI_tasks/instance.md index ab0b68ad0..52e264bb1 100644 --- a/docs/administration/CLI_tasks/instance.md +++ b/docs/administration/CLI_tasks/instance.md @@ -1,12 +1,17 @@ # Managing instance configuration -Every command should be ran with a prefix, in case of OTP releases it is `./bin/pleroma_ctl instance` and in case of source installs it's `mix pleroma.instance`. +{! backend/administration/CLI_tasks/general_cli_task_info.include !} ## Generate a new configuration file -```sh -$PREFIX gen [] +```sh tab="OTP" + ./bin/pleroma_ctl instance gen [option ...] ``` +```sh tab="From Source" +mix pleroma.instance gen [option ...] +``` + + If any of the options are left unspecified, you will be prompted interactively. ### Options