Package Details: trello-cli 1.0.7-1

Git Clone URL: https://aur.archlinux.org/trello-cli.git (read-only, click to copy)
Package Base: trello-cli
Description: Trello CLI tool
Upstream URL: https://github.com/mheap/trello-cli
Licenses: MIT
Provides: trello
Submitter: dbirks
Maintainer: mheap
Last Packager: mheap
Votes: 2
Popularity: 0.000000
First Submitted: 2018-11-30 17:07 (UTC)
Last Updated: 2024-02-05 11:01 (UTC)

Latest Comments

remolueoend commented on 2020-05-04 10:05 (UTC)

@dreieck I am a bit confused, isn't it the recommended approach to download npm dependencies in step package? see: https://wiki.archlinux.org/index.php/Node.js_package_guidelines#Using_npm

dreieck commented on 2020-03-29 13:01 (UTC) (edited on 2020-03-29 13:04 (UTC) by dreieck)

It does download stuff during package(). This must not happen. An internet connection must not be assumed after finishing prepare() and pkgver() (i.e., neither in build(), nor in check(), nor in package()).

So, please make sure that everything needed to build the package gets downloaded by the source-array (thus the specifications of download agents the user has done in the makepkg.conf are honoured) and via makedepends. Only as an exception you can also use the prepare()-function for it.

==> Starting package()...
npm WARN deprecated nomnom@1.8.1: Package no longer supported. Contact support@npmjs.com for more info.
npm WARN deprecated request@2.74.0: request has been deprecated, see https://github.com/request/request/issues/3142
[ .................] - fetchMetadata: WARN deprecated request@2.74.0: request has been deprecated, see https://github.com/request/request/issues/3142
[...]

Thanks for maintaining!

dbirks commented on 2019-06-20 17:13 (UTC)

Thank you all! It should now conflict with trello, and I've updated to 0.3.0.

mheap commented on 2019-06-16 11:36 (UTC)

@mprom Version 0.3.0 has just been released to NPM which makes refreshing more efficient and removes this error

dreieck commented on 2019-05-09 11:53 (UTC)

Should conflict with package trello (both provide the file /usr/bin/trello, which does quite different things in both packages).

mprom commented on 2019-05-01 11:23 (UTC)

When I try to do trello refresh after being authorized etc. I get this error:

▶ trello refresh
Organization, board, list, and user cache refreshed
/usr/lib/node_modules/trello-cli/src/translator.js:114
            throw err;
            ^

Error: [object Object]
    at Request._callback (/usr/lib/node_modules/trello-cli/node_modules/node-trello/lib/node-trello.js:88:13)
    at Request.self.callback (/usr/lib/node_modules/trello-cli/node_modules/request/request.js:187:22)
    at Request.emit (events.js:189:13)
    at Request.<anonymous> (/usr/lib/node_modules/trello-cli/node_modules/request/request.js:1044:10)
    at Request.emit (events.js:189:13)
    at IncomingMessage.<anonymous> (/usr/lib/node_modules/trello-cli/node_modules/request/request.js:965:12)
    at IncomingMessage.emit (events.js:194:15)
    at endReadableNT (_stream_readable.js:1125:12)
    at process._tickCallback (internal/process/next_tick.js:63:19)