Skip to content

Commandline tool to access the trello API

License

Notifications You must be signed in to change notification settings

vaskas/trello_cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

trello_cli

This CLI Trello API client helps you extract and manipulate objects using JSON.

Installation

  1. Install jq

  2. Log into Trello and obtain your API key and token at https://trello.com/app-key.

  3. Set the following variables (i.e. in ~/.profile)

export trello_cache_dir=
export trello_key=
export trello_token=

Usage

  • clitrello boards

  • clitrello cards 'boardid'

    Read cards from board 'boardid'. By environemnt var $actions, you can set more information to be printed. Default value: $actions=commentCard

    More information for actions can be found here: https://developers.trello.com/reference#section-nested-cards-as-url-params

  • clitrello search 'criteria'

    Find all cards corresponding to the search criteria.

See bin/clitrello for the whole list of supported API methods.

About

Commandline tool to access the trello API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%