trello-backup

1.0.7 • Public • Published

trello-backup Build Status

Backup/download your data from Trello and query it/display interesting views

Installation

npm install -g trello-backup

Configuration

An example config.json:

{
  "key": "get it from https://trello.com/app-key",
  "token": "go to https://developers.trello.com/sandbox, open your browser's web developer console, click Execute in sandbox UI, take token from the request url in the network tab",
  "backupDirectory": "/home/user/backup/trello",
  "boards": {
    "89ABCDEF": "board-name"
  }
}

If the boards property is not defined, then all the boards are backed up.

CLI

Backup

trello-backup ./path/to/config.json

List all cards in a given list in all boards

trello-backup ./path/to/config.json cards-in-list <list-name>

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.7
    1
    • latest

Version History

Package Sidebar

Install

npm i trello-backup

Weekly Downloads

1

Version

1.0.7

License

MIT

Unpacked Size

14.6 kB

Total Files

19

Last publish

Collaborators

  • jakutis