1.0.7 • Published 7 years ago

trello-backup v1.0.7

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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>
1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

10 years ago

1.0.0

10 years ago