Skip to main content

Modify your Trello boards from your computer's command line

Project description

Overview

Trello board management program via the command line

Getting Started

  1. Install the package: pip install trello-cli-kit
  2. Retrieve your Trello API Key and Trello 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

  1. Configure a trello board to execute on trellocli config board
  2. Add a new trello card trellocli create card Sample output trellocli create card
  3. Display trello board data in a detailed view trellocli list --is-detailed Sample output trellocli list --is-detailed

References

  1. PyPI Release
  2. How to Create a Python CLI Program for Trello Board Management (Part 1)

Project details


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 hashes)

Uploaded Source

Built Distribution

trello_cli_kit-1.1.0-py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page