aboutsummaryrefslogtreecommitdiff
path: root/lib/mix/tasks
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-10-03 14:12:57 +0300
committerrinpatch <rinpatch@sdf.org>2019-10-03 14:12:57 +0300
commit1cae564b5d749a23f29a5303a82e27e2952a55ed (patch)
tree412a291b25915d8c90aa17b629c7c209f5433bbd /lib/mix/tasks
parente00403af232548fdef8ad8f2923a51561b3064f6 (diff)
downloadpleroma-1cae564b5d749a23f29a5303a82e27e2952a55ed.tar.gz
Move config task docs to a separate file and mark it as WIP
Diffstat (limited to 'lib/mix/tasks')
-rw-r--r--lib/mix/tasks/pleroma/config.ex13
1 files changed, 1 insertions, 12 deletions
diff --git a/lib/mix/tasks/pleroma/config.ex b/lib/mix/tasks/pleroma/config.ex
index 462940e7e..11e4fde43 100644
--- a/lib/mix/tasks/pleroma/config.ex
+++ b/lib/mix/tasks/pleroma/config.ex
@@ -8,18 +8,7 @@ defmodule Mix.Tasks.Pleroma.Config do
alias Pleroma.Repo
alias Pleroma.Web.AdminAPI.Config
@shortdoc "Manages the location of the config"
- @moduledoc """
- Manages the location of the config.
-
- ## Transfers config from file to DB.
-
- mix pleroma.config migrate_to_db
-
- ## Transfers config from DB to file `config/env.exported_from_db.secret.exs`
-
- mix pleroma.config migrate_from_db ENV
- """
-
+ @moduledoc File.read!("docs/administration/CLI_tasks/config.md")
def run(["migrate_to_db"]) do
start_pleroma()