bluesky_cli 0.1.2 bluesky_cli: ^0.1.2 copied to clipboard
A powerful CLI tool that allows Bluesky Social's APIs to be executed from the command line powered by Dart language.
Release Note #
v0.1.0 #
- Fixed
follow
command.
v0.0.5 #
- Merged official refactoring. (#52)
- Renamed global option from
handle
toidentifier
- Renamed environment variable from
BLUESKY_HANDLE
toBLUESKY_IDENTIFIER
- Renamed command from
actor-suggestions
tosuggestions
- Renamed command from
actor-typeahead
toactors-typeahead
- Renamed global option from
v0.0.4 #
v0.0.3 #
- Supported
app.bsky.feed
endpoints. (#180)post.json
repost.json
vote.json
getTimeline.json
getAuthorFeed.json
getVotes.json
getPostThread.json
- Supported
app.bsky.unspecced
endpoint. (#181)getPopular.json
- Supported
app.bsky.notification
endpoints. (#184)list.json
getCount.json
updateSeen.json
- Supported
app.bsky.actor
endpoints. (#182)search.json
getProfile.json
getProfiles.json
getSuggestions.json
searchTypeahead.json
- Supported
app.bsky.graph
endpoints. (#183)follow.json
getFollows.json
getFollowers.json
mute.json
unmute.json
getMutes.json
v0.0.2 #
- Minor fix.
v0.0.1 #
- First Release.