planka
Installation
SKILL.md
Planka CLI
This skill provides a CLI wrapper around the plankapy library to interact with a Planka instance.
Setup
-
Install via Homebrew tap:
brew tap voydz/homebrew-tap brew install planka-cli -
Configuration: Use the
logincommand to store credentials:planka-cli login --url https://planka.example --username alice --password secret # or: python3 scripts/planka_cli.py login --url https://planka.example --username alice --password secret