= kanboard(1)
:doctype: manpage

== Name

kanboard - kanboard command line client

== Synopsys

*kanboard* _subcommand_ _options_

== Description

Kanboard (https://kanboard.net/) is project management software that focuses on the Kanban methodology. It has the following features:

* Visualize your work
* Limit your work in progress to be more efficient
* Customize your boards according to your business activities
* Multiple projects with the ability to drag and drop tasks
* Reports and analytics
* Fast and simple to use
* Access from anywhere with a modern browser
* Plugins and integrations with external services
* Free, open source and self-hosted
* Super simple installation

== Subcommands

*app version*::
    Get version.

*app timezone*::
    Get timezone.

*project list*::
    List all projects.

*project show*::
    Show project information.

*task create*::
    Create task.

*task list*::
    List all tasks.

== Options

*--url*::
    kanboard API URL. You can also set URL in _KANBOARD_URL_ environment variable.

*--username*::
    API username. You can also set username in _KANBOARD_USERNAME_ environment variable.

*--password*::
    API password/token. You can also set password/token in _KANBOARD_PASSWORD_ environment variable.

*--auth-header*::
    API authentication header.

== Author

This manual page was written by mailto:czchen@debian.org[ChangZhuo Chen
'<czchen@debian.org>'] for the *Debian GNU/Linux system* (but may be used by
others).
