@@ -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
0 commit comments