Skip to content

Commit 7a9be02

Browse files
committed
docs: Update usage information in README, hint at JSON output option
1 parent a52c04b commit 7a9be02

File tree

1 file changed

+37
-18
lines changed

1 file changed

+37
-18
lines changed

README.md

+37-18
Original file line numberDiff line numberDiff line change
@@ -9,31 +9,42 @@ NAME:
99
bsky - bsky
1010
1111
USAGE:
12-
bsky [global options] command [command options] [arguments...]
12+
bsky [global options] command [command options]
1313
1414
VERSION:
15-
0.0.6
15+
0.0.67
1616
1717
DESCRIPTION:
1818
A cli application for bluesky
1919
2020
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
3748
3849
GLOBAL OPTIONS:
3950
-a value profile name
@@ -56,6 +67,14 @@ $ bsky vote at://did:plc:xxxxxxxxxxxxxxxxxxxxxxxx/app.bsky.feed.post/yyyyyyyyyyy
5667
$ bsky repost at://did:plc:xxxxxxxxxxxxxxxxxxxxxxxx/app.bsky.feed.post/yyyyyyyyyyyyy
5768
```
5869

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+
5978
## Installation
6079

6180
Download binary from Release page.

0 commit comments

Comments
 (0)