0ad3568114
Simple CLI client for `trello.com`. It can be used like this: ``` $ export TRELLO_USER=your_username $ export TRELLO_KEY=your_key $ export TRELLO_TOKEN=your_token $ ./result/bin/3llo ``` I didn't create a module for this as I don't think that those secrets should live in the Nix store. Ideally `3llo` can be used from a script which retrieves secrets from some kind of password store like this: ``` export TRELLO_KEY=$(pass show trello/key) export TRELLO_TOKEN=$(pass show trello/token) 3llo $@ ```
28 lines
472 B
Plaintext
28 lines
472 B
Plaintext
GEM
|
|
remote: https://rubygems.org/
|
|
specs:
|
|
3llo (0.3.0)
|
|
tty-prompt (~> 0.12.0)
|
|
equatable (0.6.1)
|
|
necromancer (0.4.0)
|
|
pastel (0.7.3)
|
|
equatable (~> 0.6)
|
|
tty-color (~> 0.5)
|
|
tty-color (0.5.0)
|
|
tty-cursor (0.4.0)
|
|
tty-prompt (0.12.0)
|
|
necromancer (~> 0.4.0)
|
|
pastel (~> 0.7.0)
|
|
tty-cursor (~> 0.4.0)
|
|
wisper (~> 1.6.1)
|
|
wisper (1.6.1)
|
|
|
|
PLATFORMS
|
|
ruby
|
|
|
|
DEPENDENCIES
|
|
3llo (= 0.3.0)
|
|
|
|
BUNDLED WITH
|
|
1.17.2
|