Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
/ trello_cli Public archive

Commandline tool to access the trello API

License

Notifications You must be signed in to change notification settings

hypoport/trello_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

trello_cli

This trello client is used to get information from trello as json data.

How to start

  • set the following variables (i.e. to ~/.bash_profile
export trello_cache_dir=
export trello_key=
export trello_token=

Notices: login to trello and get the key under this url https://trello.com/app-key . On the same page, get the token.

Functions

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

About

Commandline tool to access the trello API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages