aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/en/developer/console_commands.rst
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2017-05-17 11:57:28 +0200
committerGitHub <noreply@github.com>2017-05-17 11:57:28 +0200
commite893e33e9b3720436d34f7e6235f7d52e4c8d7d0 (patch)
treee9b900edfa1ca5364820e2b326f77fb689ec6710 /docs/en/developer/console_commands.rst
parentd168fff7a9aedb19db05a95a3264e548748126c1 (diff)
parent322c270b6590d0d0bf5025f4782ffe7cdea0f8b0 (diff)
downloadwallabag-e893e33e9b3720436d34f7e6235f7d52e4c8d7d0.tar.gz
wallabag-e893e33e9b3720436d34f7e6235f7d52e4c8d7d0.tar.zst
wallabag-e893e33e9b3720436d34f7e6235f7d52e4c8d7d0.zip
Merge pull request #3122 from wallabag/delete-doc
Removed embedded documentation
Diffstat (limited to 'docs/en/developer/console_commands.rst')
-rw-r--r--docs/en/developer/console_commands.rst30
1 files changed, 0 insertions, 30 deletions
diff --git a/docs/en/developer/console_commands.rst b/docs/en/developer/console_commands.rst
deleted file mode 100644
index 85a8a092..00000000
--- a/docs/en/developer/console_commands.rst
+++ /dev/null
@@ -1,30 +0,0 @@
1Console Commands
2================
3
4wallabag has a number of CLI commands to manage a number of tasks. You can list all the commands by executing `bin/console` in the wallabag folder.
5
6Each command has a help accessible through `bin/console help %command%`.
7
8.. note::
9
10 If you're in a production environment, remember to add `-e prod` to each command.
11
12Notable commands
13----------------
14
15* `assets:install`: May be helpful if assets are missing.
16* `cache:clear`: should be run after each update (included in `make update`).
17* `doctrine:migrations:status`: Output the status of your database migrations.
18* `fos:user:activate`: Manually activate an user.
19* `fos:user:change-password`: Change a password for an user.
20* `fos:user:create`: Create an user.
21* `fos:user:deactivate`: Deactivate an user (not deleted).
22* `fos:user:demote`: Removes a role from an user, typically admin rights.
23* `fos:user:promote`: Adds a role to an user, typically admin rights.
24* `rabbitmq:*`: May be useful if you're using RabbitMQ.
25* `wallabag:clean-duplicates`: Removes all entry duplicates for one user or all users
26* `wallabag:export`: Exports all entries for an user. You can choose the output path of the file.
27* `wallabag:import`: Import entries to different formats to an user account.
28* `wallabag:import:redis-worker`: Useful if you use Redis.
29* `wallabag:install`: (re)Install wallabag
30* `wallabag:tag:all`: Tag all entries for an user using his/her tagging rules.