Releases: jeizzon/yarn-threads-cli
Releases · jeizzon/yarn-threads-cli
v0.1.2 - Text Posting Support
What's New
✨ New Commands
yarn-threads post "text"- Create a new text postyarn-threads reply <url> "text"- Reply to an existing postyarn-threads quote <url> "text"- Quote an existing post
Options
--reply-control- Control who can reply:everyone(default),accounts_you_follow, ormentioned_only--json- Output result as JSON
Example
yarn-threads post "Hello from the terminal!"
yarn-threads reply https://threads.net/@zuck/post/ABC123 "Great post!"
yarn-threads quote ABC123 "This is important"Other Changes
- Added auto-publish workflow (publishes to npm on every push to main)
- Updated README with new commands