Modify your Trello boards from your computer's command line
Project description
Overview
Trello board management program via the command line
Getting Started
- Install the package:
pip install trello-cli-kit
- Retrieve your
Trello API Key
andTrello API Secret
(How to get API key and secret from Trello: Guide) and store them as environment variables as such:# .env TRELLO_API_KEY=<your_api_key> TRELLO_API_SECRET=<your_api_secret>
Usage
General Usage
trellocli GROUP | COMMAND
FLAGS
--help: display help text for command
Commands
config
trellocli config
COMMANDS
access: authorize program to trello account
board: configure board to use
list
trellocli list
FLAGS
--is-detailed: display in detailed view
OPTIONS
--board-name: provide name of trello board to execute on (required if board not previously set)
create
trellocli create
COMMANDS
card: create a trello card
OPTIONS
--board-name: provide name of trello board to execute on (required if board not previously set)
Use Cases
- Configure a trello board to execute on
trellocli config board
- Add a new trello card
trellocli create card
- Display trello board data in a detailed view
trellocli list --is-detailed
References
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
trello-cli-kit-1.1.0.tar.gz
(5.2 kB
view details)
Built Distribution
File details
Details for the file trello-cli-kit-1.1.0.tar.gz
.
File metadata
- Download URL: trello-cli-kit-1.1.0.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fff87407b6ceff1c511d36fa20b9fed031a60cbf2488cd0f22815f69a33870f8 |
|
MD5 | 34fd9af25104b3ec1bd93e07035cc2fe |
|
BLAKE2b-256 | bcee1379e59ed6ac8bc5eb5bb13d7528020274162a65b3cd4bfb5d9c29b405c8 |
File details
Details for the file trello_cli_kit-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: trello_cli_kit-1.1.0-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6fcde6bd4b16bb7a1bd4e285f6977fe3329d4656534f7afba2257d8186d92782 |
|
MD5 | 809ff41fd47c1ffe3eca2033c3618de5 |
|
BLAKE2b-256 | 10d6154b923ddb9d18245fa05c0a076d4da70e72994219fcb6b2b3d8094dab42 |