From 8d69c49da595c60dae51c77d48f397ab97fdf318 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Fri, 20 May 2016 12:51:05 -0400 Subject: Manage plugins from the user interface and from the command line --- doc/cli.markdown | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'doc/cli.markdown') diff --git a/doc/cli.markdown b/doc/cli.markdown index 20e3566a..96bffe2d 100644 --- a/doc/cli.markdown +++ b/doc/cli.markdown @@ -41,6 +41,10 @@ Available commands: locale:sync Synchronize all translations based on the fr_FR locale notification notification:overdue-tasks Send notifications for overdue tasks + plugin + plugin:install Install a plugin from a remote Zip archive + plugin:uninstall Remove a plugin + plugin:upgrade Update all installed plugins projects projects:daily-stats Calculate daily statistics for all projects trigger @@ -170,3 +174,25 @@ You will be prompted for a password and confirmation. Characters are not printed ```bash ./kanboard user:reset-2fa my_user ``` + +### Install a plugin + +```bash +./kanboard plugin:install https://github.com/kanboard/plugin-github-auth/releases/download/v1.0.1/GithubAuth-1.0.1.zip +``` + +Note: Installed files will have the same permissions as the current user + +### Remove a plugin + +```bash +./kanboard plugin:uninstall Budget +``` + +### Upgrade all plugins + +```bash +./kanboard plugin:upgrade +* Updating plugin: Budget Planning +* Plugin up to date: Github Authentication +``` -- cgit v1.2.3