bluesky_cli 0.2.1 bluesky_cli: ^0.2.1 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.2.1 #
v0.2.0 #
- Supported
preferences
command. (#387) - Supported
put-preferences
command. (#388) - Supported
create-list
command. (#392) - Supported
lists
command. (#391) - Supported
list
command. (#389) - Supported
add-list-item
command. (#393) - Supported
muting-lists
command. (#390) - Supported
mute-list
command. (#394) - Supported
unmute-list
command. (#395)
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.