9
9
bsky - bsky
10
10
11
11
USAGE:
12
- bsky [global options] command [command options] [arguments...]
12
+ bsky [global options] command [command options]
13
13
14
14
VERSION:
15
- 0.0.6
15
+ 0.0.67
16
16
17
17
DESCRIPTION:
18
18
A cli application for bluesky
19
19
20
20
COMMANDS:
21
- show-profile show profile
22
- update-profile update profile
23
- timeline, tl show timeline
24
- search search posts
25
- thread show thread
26
- post post new text
27
- vote vote the post
28
- votes show votes of the post
29
- repost repost the post
30
- reposts show reposts of the post
31
- follow follow the handle
32
- follows show follows
33
- followers show followers
34
- delete delete the note
35
- login login the social
36
- help, h Shows a list of commands or help for one command
21
+ show-profile Show profile
22
+ update-profile Update profile
23
+ show-session Show session
24
+ timeline, tl Show timeline
25
+ stream Show timeline as stream
26
+ thread Show thread
27
+ post Post new text
28
+ vote Vote the post
29
+ votes Show votes of the post
30
+ repost Repost the post
31
+ reposts Show reposts of the post
32
+ follow Follow the handle
33
+ unfollow Unfollow the handle
34
+ follows Show follows
35
+ followers Show followers
36
+ block Block the handle
37
+ unblock Unblock the handle
38
+ blocks Show blocks
39
+ delete Delete the note
40
+ search Search Bluesky
41
+ login Login the social
42
+ notification, notif Show notifications
43
+ invite-codes Show invite codes
44
+ list-app-passwords Show App-passwords
45
+ add-app-password Add App-password
46
+ revoke-app-password Revoke App-password
47
+ help, h Shows a list of commands or help for one command
37
48
38
49
GLOBAL OPTIONS:
39
50
-a value profile name
@@ -56,6 +67,14 @@ $ bsky vote at://did:plc:xxxxxxxxxxxxxxxxxxxxxxxx/app.bsky.feed.post/yyyyyyyyyyy
56
67
$ bsky repost at://did:plc:xxxxxxxxxxxxxxxxxxxxxxxx/app.bsky.feed.post/yyyyyyyyyyyyy
57
68
```
58
69
70
+ ### Extended Usage Information
71
+
72
+ Individual commands have their own help texts. Call via ` -h ` / ` --help ` and the name of the command.
73
+
74
+ ### JSON Output
75
+
76
+ The output for most commands can be formatted as JSON via ` --json ` . See Extended Usage Information for the individual commands that support JSON output.
77
+
59
78
## Installation
60
79
61
80
Download binary from Release page.
0 commit comments