bluesky_cli 0.3.2
bluesky_cli: ^0.3.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 #
0.3.1 #
0.2.1 #
0.2.0 #
- Supported
preferencescommand. (#387) - Supported
put-preferencescommand. (#388) - Supported
create-listcommand. (#392) - Supported
listscommand. (#391) - Supported
listcommand. (#389) - Supported
add-list-itemcommand. (#393) - Supported
muting-listscommand. (#390) - Supported
mute-listcommand. (#394) - Supported
unmute-listcommand. (#395)
0.1.0 #
- Fixed
followcommand.
0.0.5 #
- Merged official refactoring. (#52)
- Renamed global option from
handletoidentifier - Renamed environment variable from
BLUESKY_HANDLEtoBLUESKY_IDENTIFIER - Renamed command from
actor-suggestionstosuggestions - Renamed command from
actor-typeaheadtoactors-typeahead
- Renamed global option from
0.0.4 #
0.0.3 #
- Supported
app.bsky.feedendpoints. (#180)post.jsonrepost.jsonvote.jsongetTimeline.jsongetAuthorFeed.jsongetVotes.jsongetPostThread.json
- Supported
app.bsky.unspeccedendpoint. (#181)getPopular.json
- Supported
app.bsky.notificationendpoints. (#184)list.jsongetCount.jsonupdateSeen.json
- Supported
app.bsky.actorendpoints. (#182)search.jsongetProfile.jsongetProfiles.jsongetSuggestions.jsonsearchTypeahead.json
- Supported
app.bsky.graphendpoints. (#183)follow.jsongetFollows.jsongetFollowers.jsonmute.jsonunmute.jsongetMutes.json
0.0.2 #
- Minor fix.
0.0.1 #
- First Release.