table of contents
KANBOARD-CLI(8) | System Administration Utilities | KANBOARD-CLI(8) |
NAME¶
kanboard-cli - administrative interface for kanboard
DESCRIPTION¶
Kanboard 1.2.31+ds2-1
Usage:¶
- command [options] [arguments]
OPTIONS¶
- -h, --help
- Display help for the given command. When no command is given display help for the list command
- -q, --quiet
- Do not output any message
- -V, --version
- Display this application version
- --ansi|--no-ansi
- Force (or disable --no-ansi) ANSI output
- -n, --no-interaction
- Do not ask any interactive question
- -v|vv|vvv, --verbose
- Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
Available commands:¶
- completion
- Dump the shell completion script
- cronjob
- Execute daily cronjob
- css
- Minify CSS files
- help
- Display help for a command
- job
- Execute individual job (read payload from stdin)
- js
- Minify Javascript files
- list
- List commands
- version
- Display Kanboard version
- worker
- Execute queue worker
- db
- db:migrate
- Execute SQL migrations
- db:version
- Show database schema version
- export
- export:daily-project-column-stats
- Daily project column stats CSV export (number of tasks per column and per day)
- export:subtasks
- Subtasks CSV export
- export:tasks
- Tasks CSV export
- export:transitions
- Task transitions CSV export
- locale
- locale:compare
- Compare application translations with the fr_FR locale
- 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:archive
- Disable projects not touched during one year
- projects:archive-activities
- Remove project activities after one year
- projects:daily-stats
- Calculate daily statistics for all projects
- trigger
- trigger:tasks
- Trigger scheduler event for all tasks
- user
- user:reset-2fa
- Remove two-factor authentication for a user
- user:reset-password
- Change user password
July 2023 | kanboard-cli 1.2.31+ds2-1 |