Skip to content
This repository has been archived by the owner on May 20, 2018. It is now read-only.
/ kanboard-cli Public archive

[NOT MAINTAINED] Kanboard command line client

License

Notifications You must be signed in to change notification settings

kanboard/kanboard-cli

Repository files navigation

Kanboard Command Line Client

Kanboard command line client.

  • Author: Frédéric Guillot
  • License: MIT

Installation

pip install kanboard_cli

This application is compatible with Python 2.7, Python 3.4 and 3.5.

Configuration

You can define connection parameters as environment variables:

export KANBOARD_URL=http://localhost/jsonrpc.php
export KANBOARD_USERNAME=admin
export KANBOARD_PASSWORD=admin

Or as command line arguments:

kanboard --url http://localhost/jsonrpc.php --username admin --password admin

Examples

Display application version:

> kanboard app version
1.0.35

Display project information:

> kanboard project show 1

+-------------+--------------------------------------------------------------------------------+
| Field       | Value                                                                          |
+-------------+--------------------------------------------------------------------------------+
| ID          | 1                                                                              |
| Name        | Demo Project                                                                   |
| Description | None                                                                           |
| Board URL   | http://localhost/?controller=BoardViewController&action=show&project_id=1      |
+-------------+--------------------------------------------------------------------------------+

Display projects list:

> kanboard project list

+----+------+--------------------------+--------+---------+--------+
| ID | Name | Description              | Status | Private | Public |
+----+------+--------------------------+--------+---------+--------+
| 7  | Demo | My _project_ is awesome. | Active | False   | True   |
| 8  | test |                          | Active | False   | False  |
+----+------+--------------------------+--------+---------+--------+

About

[NOT MAINTAINED] Kanboard command line client

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages