Skip to content

Commit c880135

Browse files
committed
Merge branch 'master' of github.com:bitsocialhq/bitsocial-cli
2 parents 54be9fc + fb481a4 commit c880135

4 files changed

Lines changed: 20 additions & 15 deletions

File tree

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ EXAMPLES
309309
$ bitsocial challenge install ./my-local-challenge
310310
```
311311

312-
_See code: [src/cli/commands/challenge/install.ts](https://github.com/bitsocialhq/bitsocial-cli/blob/v0.19.30/src/cli/commands/challenge/install.ts)_
312+
_See code: [src/cli/commands/challenge/install.ts](https://github.com/bitsocialhq/bitsocial-cli/blob/v0.19.31/src/cli/commands/challenge/install.ts)_
313313

314314
## `bitsocial challenge list`
315315

@@ -332,7 +332,7 @@ EXAMPLES
332332
$ bitsocial challenge list -q
333333
```
334334

335-
_See code: [src/cli/commands/challenge/list.ts](https://github.com/bitsocialhq/bitsocial-cli/blob/v0.19.30/src/cli/commands/challenge/list.ts)_
335+
_See code: [src/cli/commands/challenge/list.ts](https://github.com/bitsocialhq/bitsocial-cli/blob/v0.19.31/src/cli/commands/challenge/list.ts)_
336336

337337
## `bitsocial challenge remove NAME`
338338

@@ -357,7 +357,7 @@ EXAMPLES
357357
$ bitsocial challenge remove @scope/my-challenge
358358
```
359359

360-
_See code: [src/cli/commands/challenge/remove.ts](https://github.com/bitsocialhq/bitsocial-cli/blob/v0.19.30/src/cli/commands/challenge/remove.ts)_
360+
_See code: [src/cli/commands/challenge/remove.ts](https://github.com/bitsocialhq/bitsocial-cli/blob/v0.19.31/src/cli/commands/challenge/remove.ts)_
361361

362362
## `bitsocial community create`
363363

@@ -383,7 +383,7 @@ EXAMPLES
383383
$ bitsocial community create --title 'Hello Plebs' --description 'Welcome'
384384
```
385385

386-
_See code: [src/cli/commands/community/create.ts](https://github.com/bitsocialhq/bitsocial-cli/blob/v0.19.30/src/cli/commands/community/create.ts)_
386+
_See code: [src/cli/commands/community/create.ts](https://github.com/bitsocialhq/bitsocial-cli/blob/v0.19.31/src/cli/commands/community/create.ts)_
387387

388388
## `bitsocial community delete ADDRESSES`
389389

@@ -408,7 +408,7 @@ EXAMPLES
408408
$ bitsocial community delete 12D3KooWG3XbzoVyAE6Y9vHZKF64Yuuu4TjdgQKedk14iYmTEPWu
409409
```
410410

411-
_See code: [src/cli/commands/community/delete.ts](https://github.com/bitsocialhq/bitsocial-cli/blob/v0.19.30/src/cli/commands/community/delete.ts)_
411+
_See code: [src/cli/commands/community/delete.ts](https://github.com/bitsocialhq/bitsocial-cli/blob/v0.19.31/src/cli/commands/community/delete.ts)_
412412

413413
## `bitsocial community edit ADDRESS`
414414

@@ -461,7 +461,7 @@ EXAMPLES
461461
$ bitsocial community edit plebbit.bso --settings.fetchThumbnailUrls=false
462462
```
463463

464-
_See code: [src/cli/commands/community/edit.ts](https://github.com/bitsocialhq/bitsocial-cli/blob/v0.19.30/src/cli/commands/community/edit.ts)_
464+
_See code: [src/cli/commands/community/edit.ts](https://github.com/bitsocialhq/bitsocial-cli/blob/v0.19.31/src/cli/commands/community/edit.ts)_
465465

466466
## `bitsocial community get ADDRESS`
467467

@@ -486,7 +486,7 @@ EXAMPLES
486486
$ bitsocial community get 12D3KooWG3XbzoVyAE6Y9vHZKF64Yuuu4TjdgQKedk14iYmTEPWu
487487
```
488488

489-
_See code: [src/cli/commands/community/get.ts](https://github.com/bitsocialhq/bitsocial-cli/blob/v0.19.30/src/cli/commands/community/get.ts)_
489+
_See code: [src/cli/commands/community/get.ts](https://github.com/bitsocialhq/bitsocial-cli/blob/v0.19.31/src/cli/commands/community/get.ts)_
490490

491491
## `bitsocial community list`
492492

@@ -509,7 +509,7 @@ EXAMPLES
509509
$ bitsocial community list
510510
```
511511

512-
_See code: [src/cli/commands/community/list.ts](https://github.com/bitsocialhq/bitsocial-cli/blob/v0.19.30/src/cli/commands/community/list.ts)_
512+
_See code: [src/cli/commands/community/list.ts](https://github.com/bitsocialhq/bitsocial-cli/blob/v0.19.31/src/cli/commands/community/list.ts)_
513513

514514
## `bitsocial community start ADDRESSES`
515515

@@ -538,7 +538,7 @@ EXAMPLES
538538
$ bitsocial community start $(bitsocial community list -q)
539539
```
540540

541-
_See code: [src/cli/commands/community/start.ts](https://github.com/bitsocialhq/bitsocial-cli/blob/v0.19.30/src/cli/commands/community/start.ts)_
541+
_See code: [src/cli/commands/community/start.ts](https://github.com/bitsocialhq/bitsocial-cli/blob/v0.19.31/src/cli/commands/community/start.ts)_
542542

543543
## `bitsocial community stop ADDRESSES`
544544

@@ -563,7 +563,7 @@ EXAMPLES
563563
$ bitsocial community stop Qmb99crTbSUfKXamXwZBe829Vf6w5w5TktPkb6WstC9RFW
564564
```
565565

566-
_See code: [src/cli/commands/community/stop.ts](https://github.com/bitsocialhq/bitsocial-cli/blob/v0.19.30/src/cli/commands/community/stop.ts)_
566+
_See code: [src/cli/commands/community/stop.ts](https://github.com/bitsocialhq/bitsocial-cli/blob/v0.19.31/src/cli/commands/community/stop.ts)_
567567

568568
## `bitsocial daemon`
569569

@@ -600,7 +600,7 @@ EXAMPLES
600600
$ bitsocial daemon --plebbitOptions.kuboRpcClientsOptions[0] https://remoteipfsnode.com
601601
```
602602

603-
_See code: [src/cli/commands/daemon.ts](https://github.com/bitsocialhq/bitsocial-cli/blob/v0.19.30/src/cli/commands/daemon.ts)_
603+
_See code: [src/cli/commands/daemon.ts](https://github.com/bitsocialhq/bitsocial-cli/blob/v0.19.31/src/cli/commands/daemon.ts)_
604604

605605
## `bitsocial help [COMMAND]`
606606

@@ -656,7 +656,7 @@ EXAMPLES
656656
$ bitsocial logs --since 1h -f
657657
```
658658

659-
_See code: [src/cli/commands/logs.ts](https://github.com/bitsocialhq/bitsocial-cli/blob/v0.19.30/src/cli/commands/logs.ts)_
659+
_See code: [src/cli/commands/logs.ts](https://github.com/bitsocialhq/bitsocial-cli/blob/v0.19.31/src/cli/commands/logs.ts)_
660660
<!-- commandsstop -->
661661

662662
# Contribution

docs/CHANGELOG.md

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

3+
## <small>0.19.31 (2026-02-27)</small>
4+
5+
* fix(ci): add retry logic to tarball generation for transient network failures ([f31cd0f](https://github.com/bitsocialhq/bitsocial-cli/commit/f31cd0f))
6+
* build(deps): update package-lock.json ([9fb9818](https://github.com/bitsocialhq/bitsocial-cli/commit/9fb9818))
7+
38
## <small>0.19.30 (2026-02-27)</small>
49

510
* fix(deps): override react-devtools-core to fix CI dependency conflict ([83f9d0c](https://github.com/bitsocialhq/bitsocial-cli/commit/83f9d0c))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.30",
3+
"version": "0.19.31",
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)