yegor256 / 0pdd

Puzzle Driven Development (PDD) Chatbot Assistant for Your GitHub Repositories
https://www.0pdd.com
MIT License
127 stars 32 forks source link

A way to trigger processing of puzzles.xml using CLI #601

Closed kolpakov-p closed 5 months ago

kolpakov-p commented 5 months ago

Hi!

I'm wondering about the way to trigger processing of puzzles.xml using CLI.

POV: I have a valid puzzles.xml file with puzzles inside (generated using pdd command from https://github.com/cqfn/pdd). I need some CLI command to trigger processing of it, which results in sync with issue trackers (e.g. create issues in Jira).

kolpakov-p commented 5 months ago

I’m not experienced Ruby dev, so help would be appreciated. It would save me from reversing of logic of code in this repository 😃.