trello-cli
trello-cli copied to clipboard
Command line client for Trello
Bumps [prettier](https://github.com/prettier/prettier) from 2.6.2 to 2.7.1. Release notes Sourced from prettier's releases. 2.7.1 🔗 Changelog 2.7.0 diff 🔗 Release note Changelog Sourced from prettier's changelog. 2.7.1 diff Keep useful empty...
Bumps [async](https://github.com/caolan/async) from 3.2.3 to 3.2.4. Changelog Sourced from async's changelog. v3.2.4 Fix a bug in priorityQueue where it didn't wait for the result. (#1725) Fix a bug where unshiftAsync...
Bumps [underscore](https://github.com/jashkenas/underscore) from 1.13.3 to 1.13.4. Commits a15d1af Update generated files, tag 1.13.4 release 979dfc4 Merge branch 'prepare-1.13.4' fcb149d Add a change log entry for 1.13.4 cf6ed6f Bump the version...
Something like: ``` $ cat card-content.txt | trello add-card -b myboard -l mylist "mycard title" ```
It would be nice to have a feature where you could run adding a new card as interactive mode. Like if you would execute `trello add-card` without any parameters, it...
I see an endpoint for creating a new card, but is there a way to edit an existing card? In particular, I'm interested in putting together a quick bash script...
It would be nice to see labels that are assigned to each card in cards list to be able to run `grep` and extract only cards with specific labels.
Dear Michael, first of all thank you very much for developing and maintaining this project! I'd like to ask you if you are interested in a PR for allowing users...
Bumps [underscore](https://github.com/jashkenas/underscore) from 1.13.3 to 1.13.6. Commits bd2d35c Merge remote-tracking branch 'upstream/master' 2e7c0f2 Update generated files, tag 1.13.6 release 732cafe Underscore 1.13.6 e8f86fb Add changelog entry for versioin 1.13.6 43e827a...
HI, I want to support the due date when create card.