Skip to content

Commit 93f7a61

Browse files
chore(release): 0.19.8 [skip ci]
1 parent 059d071 commit 93f7a61

File tree

3 files changed

+40
-8
lines changed

3 files changed

+40
-8
lines changed

README.md

Lines changed: 33 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ $ bitsocial community edit mysub.eth '--roles["author-address.eth"]' null
151151

152152
<!-- commands -->
153153
* [`bitsocial community create`](#bitsocial-community-create)
154+
* [`bitsocial community delete ADDRESSES`](#bitsocial-community-delete-addresses)
154155
* [`bitsocial community edit ADDRESS`](#bitsocial-community-edit-address)
155156
* [`bitsocial community get ADDRESS`](#bitsocial-community-get-address)
156157
* [`bitsocial community list`](#bitsocial-community-list)
@@ -183,7 +184,32 @@ EXAMPLES
183184
$ bitsocial community create --title 'Hello Plebs' --description 'Welcome'
184185
```
185186

186-
_See code: [src/cli/commands/community/create.ts](https://github.com/bitsocialhq/bitsocial-cli/blob/v0.19.7/src/cli/commands/community/create.ts)_
187+
_See code: [src/cli/commands/community/create.ts](https://github.com/bitsocialhq/bitsocial-cli/blob/v0.19.8/src/cli/commands/community/create.ts)_
188+
189+
## `bitsocial community delete ADDRESSES`
190+
191+
Delete a community permanently.
192+
193+
```
194+
USAGE
195+
$ bitsocial community delete ADDRESSES... --plebbitRpcUrl <value>
196+
197+
ARGUMENTS
198+
ADDRESSES... Addresses of communities to delete. Separated by space
199+
200+
FLAGS
201+
--plebbitRpcUrl=<value> (required) [default: ws://localhost:9138/] URL to Plebbit RPC
202+
203+
DESCRIPTION
204+
Delete a community permanently.
205+
206+
EXAMPLES
207+
$ bitsocial community delete plebbit.eth
208+
209+
$ bitsocial community delete Qmb99crTbSUfKXamXwZBe829Vf6w5w5TktPkb6WstC9RFW
210+
```
211+
212+
_See code: [src/cli/commands/community/delete.ts](https://github.com/bitsocialhq/bitsocial-cli/blob/v0.19.8/src/cli/commands/community/delete.ts)_
187213

188214
## `bitsocial community edit ADDRESS`
189215

@@ -236,7 +262,7 @@ EXAMPLES
236262
$ bitsocial community edit plebbit.eth --settings.fetchThumbnailUrls=false
237263
```
238264

239-
_See code: [src/cli/commands/community/edit.ts](https://github.com/bitsocialhq/bitsocial-cli/blob/v0.19.7/src/cli/commands/community/edit.ts)_
265+
_See code: [src/cli/commands/community/edit.ts](https://github.com/bitsocialhq/bitsocial-cli/blob/v0.19.8/src/cli/commands/community/edit.ts)_
240266

241267
## `bitsocial community get ADDRESS`
242268

@@ -261,7 +287,7 @@ EXAMPLES
261287
$ bitsocial community get 12D3KooWG3XbzoVyAE6Y9vHZKF64Yuuu4TjdgQKedk14iYmTEPWu
262288
```
263289

264-
_See code: [src/cli/commands/community/get.ts](https://github.com/bitsocialhq/bitsocial-cli/blob/v0.19.7/src/cli/commands/community/get.ts)_
290+
_See code: [src/cli/commands/community/get.ts](https://github.com/bitsocialhq/bitsocial-cli/blob/v0.19.8/src/cli/commands/community/get.ts)_
265291

266292
## `bitsocial community list`
267293

@@ -284,7 +310,7 @@ EXAMPLES
284310
$ bitsocial community list
285311
```
286312

287-
_See code: [src/cli/commands/community/list.ts](https://github.com/bitsocialhq/bitsocial-cli/blob/v0.19.7/src/cli/commands/community/list.ts)_
313+
_See code: [src/cli/commands/community/list.ts](https://github.com/bitsocialhq/bitsocial-cli/blob/v0.19.8/src/cli/commands/community/list.ts)_
288314

289315
## `bitsocial community start ADDRESSES`
290316

@@ -309,7 +335,7 @@ EXAMPLES
309335
$ bitsocial community start 12D3KooWG3XbzoVyAE6Y9vHZKF64Yuuu4TjdgQKedk14iYmTEPWu
310336
```
311337

312-
_See code: [src/cli/commands/community/start.ts](https://github.com/bitsocialhq/bitsocial-cli/blob/v0.19.7/src/cli/commands/community/start.ts)_
338+
_See code: [src/cli/commands/community/start.ts](https://github.com/bitsocialhq/bitsocial-cli/blob/v0.19.8/src/cli/commands/community/start.ts)_
313339

314340
## `bitsocial community stop ADDRESSES`
315341

@@ -334,7 +360,7 @@ EXAMPLES
334360
$ bitsocial community stop Qmb99crTbSUfKXamXwZBe829Vf6w5w5TktPkb6WstC9RFW
335361
```
336362

337-
_See code: [src/cli/commands/community/stop.ts](https://github.com/bitsocialhq/bitsocial-cli/blob/v0.19.7/src/cli/commands/community/stop.ts)_
363+
_See code: [src/cli/commands/community/stop.ts](https://github.com/bitsocialhq/bitsocial-cli/blob/v0.19.8/src/cli/commands/community/stop.ts)_
338364

339365
## `bitsocial daemon`
340366

@@ -371,7 +397,7 @@ EXAMPLES
371397
$ bitsocial daemon --plebbitOptions.kuboRpcClientsOptions[0] https://remoteipfsnode.com
372398
```
373399

374-
_See code: [src/cli/commands/daemon.ts](https://github.com/bitsocialhq/bitsocial-cli/blob/v0.19.7/src/cli/commands/daemon.ts)_
400+
_See code: [src/cli/commands/daemon.ts](https://github.com/bitsocialhq/bitsocial-cli/blob/v0.19.8/src/cli/commands/daemon.ts)_
375401

376402
## `bitsocial help [COMMAND]`
377403

docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## <small>0.19.8 (2026-02-09)</small>
4+
5+
* feat: add community delete command ([059d071](https://github.com/bitsocialhq/bitsocial-cli/commit/059d071))
6+
* build(deps): upgrade plebbit-js ([b767be2](https://github.com/bitsocialhq/bitsocial-cli/commit/b767be2))
7+
* fix: add retry logic to CI pre-release test and normalize error handling in community commands ([ebdc4b4](https://github.com/bitsocialhq/bitsocial-cli/commit/ebdc4b4))
8+
39
## <small>0.19.7 (2026-02-08)</small>
410

511
* build(deps): upgrade plebbit-js ([3ab36e9](https://github.com/bitsocialhq/bitsocial-cli/commit/3ab36e9))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitsocial-cli",
3-
"version": "0.19.7",
3+
"version": "0.19.8",
44
"description": "Command line interface to BitSocial API",
55
"types": "./dist/index.d.ts",
66
"homepage": "https://github.com/bitsocialhq/bitsocial-cli",

0 commit comments

Comments
 (0)