aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorNicolas Lœuillet <nicolas@loeuillet.org>2016-04-05 15:45:56 +0200
committerNicolas Lœuillet <nicolas@loeuillet.org>2016-04-05 15:45:59 +0200
commit6d3a3cfcda1dab0cfc59a75e858465897b904735 (patch)
tree40dca33c7b891967fbf3b9ff6082b6e6e8d51ae0 /docs
parent3a7df760139add4ac6034ca4bb6ccd71f0352f6e (diff)
downloadwallabag-6d3a3cfcda1dab0cfc59a75e858465897b904735.tar.gz
wallabag-6d3a3cfcda1dab0cfc59a75e858465897b904735.tar.zst
wallabag-6d3a3cfcda1dab0cfc59a75e858465897b904735.zip
Add production environment for CLI import
Diffstat (limited to 'docs')
-rw-r--r--docs/en/user/migration.rst2
-rw-r--r--docs/fr/user/migration.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/en/user/migration.rst b/docs/en/user/migration.rst
index 109a4c9b..e1fee961 100644
--- a/docs/en/user/migration.rst
+++ b/docs/en/user/migration.rst
@@ -31,7 +31,7 @@ If you have a CLI access on your web server, you can execute this command to imp
31 31
32:: 32::
33 33
34 bin/console wallabag:import-v1 1 ~/Downloads/wallabag-export-1-2016-04-05.json 34 bin/console wallabag:import-v1 1 ~/Downloads/wallabag-export-1-2016-04-05.json --env=prod
35 35
36Please replace values: 36Please replace values:
37 37
diff --git a/docs/fr/user/migration.rst b/docs/fr/user/migration.rst
index d101ba2f..9e09b0c4 100644
--- a/docs/fr/user/migration.rst
+++ b/docs/fr/user/migration.rst
@@ -31,7 +31,7 @@ Si vous avez accès à la ligne de commandes de votre serveur web, vous pouvez e
31 31
32:: 32::
33 33
34 bin/console wallabag:import-v1 1 ~/Downloads/wallabag-export-1-2016-04-05.json 34 bin/console wallabag:import-v1 1 ~/Downloads/wallabag-export-1-2016-04-05.json --env=prod
35 35
36Remplacez les valeurs : 36Remplacez les valeurs :
37 37