aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-04-05 16:57:43 +0200
committerJeremy Benoist <j0k3r@users.noreply.github.com>2016-04-05 16:57:43 +0200
commit4b0b77e4d78a916d26cafb08de0ac4c88abf89de (patch)
treef84efc0887dc5e7294e1aa41618adc6bce14c524
parente543d03fd77f773b84cb58c60ac2622360ab4134 (diff)
parent6d3a3cfcda1dab0cfc59a75e858465897b904735 (diff)
downloadwallabag-4b0b77e4d78a916d26cafb08de0ac4c88abf89de.tar.gz
wallabag-4b0b77e4d78a916d26cafb08de0ac4c88abf89de.tar.zst
wallabag-4b0b77e4d78a916d26cafb08de0ac4c88abf89de.zip
Merge pull request #1862 from wallabag/v2-doc-import-wllbg1-cli
Add production environment for CLI import
-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