@bitsocial/bitsocial-cli 0.19.93 → 0.19.95
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -16
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -424,7 +424,7 @@ EXAMPLES
|
|
|
424
424
|
$ bitsocial challenge install ./my-local-challenge
|
|
425
425
|
```
|
|
426
426
|
|
|
427
|
-
_See code: [src/cli/commands/challenge/install.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.
|
|
427
|
+
_See code: [src/cli/commands/challenge/install.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.95/src/cli/commands/challenge/install.ts)_
|
|
428
428
|
|
|
429
429
|
## `bitsocial challenge list`
|
|
430
430
|
|
|
@@ -450,7 +450,7 @@ EXAMPLES
|
|
|
450
450
|
$ bitsocial challenge list -q
|
|
451
451
|
```
|
|
452
452
|
|
|
453
|
-
_See code: [src/cli/commands/challenge/list.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.
|
|
453
|
+
_See code: [src/cli/commands/challenge/list.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.95/src/cli/commands/challenge/list.ts)_
|
|
454
454
|
|
|
455
455
|
## `bitsocial challenge ls`
|
|
456
456
|
|
|
@@ -505,7 +505,7 @@ EXAMPLES
|
|
|
505
505
|
$ bitsocial challenge remove @scope/my-challenge
|
|
506
506
|
```
|
|
507
507
|
|
|
508
|
-
_See code: [src/cli/commands/challenge/remove.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.
|
|
508
|
+
_See code: [src/cli/commands/challenge/remove.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.95/src/cli/commands/challenge/remove.ts)_
|
|
509
509
|
|
|
510
510
|
## `bitsocial challenge rm NAME`
|
|
511
511
|
|
|
@@ -622,7 +622,7 @@ EXAMPLES
|
|
|
622
622
|
$ bitsocial community create --jsonFile ./create-options.json
|
|
623
623
|
```
|
|
624
624
|
|
|
625
|
-
_See code: [src/cli/commands/community/create.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.
|
|
625
|
+
_See code: [src/cli/commands/community/create.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.95/src/cli/commands/community/create.ts)_
|
|
626
626
|
|
|
627
627
|
## `bitsocial community delete ADDRESSES`
|
|
628
628
|
|
|
@@ -647,7 +647,7 @@ EXAMPLES
|
|
|
647
647
|
$ bitsocial community delete 12D3KooWG3XbzoVyAE6Y9vHZKF64Yuuu4TjdgQKedk14iYmTEPWu
|
|
648
648
|
```
|
|
649
649
|
|
|
650
|
-
_See code: [src/cli/commands/community/delete.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.
|
|
650
|
+
_See code: [src/cli/commands/community/delete.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.95/src/cli/commands/community/delete.ts)_
|
|
651
651
|
|
|
652
652
|
## `bitsocial community edit ADDRESS`
|
|
653
653
|
|
|
@@ -717,7 +717,7 @@ EXAMPLES
|
|
|
717
717
|
$ bitsocial community edit bitsocial.bso --jsonFile ./edit-options.json
|
|
718
718
|
```
|
|
719
719
|
|
|
720
|
-
_See code: [src/cli/commands/community/edit.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.
|
|
720
|
+
_See code: [src/cli/commands/community/edit.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.95/src/cli/commands/community/edit.ts)_
|
|
721
721
|
|
|
722
722
|
## `bitsocial community export [ADDRESS]`
|
|
723
723
|
|
|
@@ -758,7 +758,7 @@ EXAMPLES
|
|
|
758
758
|
$ bitsocial community export --publicKey 12D3KooWG3XbzoVyAE6Y9vHZKF64Yuuu4TjdgQKedk14iYmTEPWu
|
|
759
759
|
```
|
|
760
760
|
|
|
761
|
-
_See code: [src/cli/commands/community/export.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.
|
|
761
|
+
_See code: [src/cli/commands/community/export.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.95/src/cli/commands/community/export.ts)_
|
|
762
762
|
|
|
763
763
|
## `bitsocial community get [ADDRESS]`
|
|
764
764
|
|
|
@@ -789,7 +789,7 @@ EXAMPLES
|
|
|
789
789
|
$ bitsocial community get --publicKey 12D3KooWG3XbzoVyAE6Y9vHZKF64Yuuu4TjdgQKedk14iYmTEPWu
|
|
790
790
|
```
|
|
791
791
|
|
|
792
|
-
_See code: [src/cli/commands/community/get.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.
|
|
792
|
+
_See code: [src/cli/commands/community/get.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.95/src/cli/commands/community/get.ts)_
|
|
793
793
|
|
|
794
794
|
## `bitsocial community list`
|
|
795
795
|
|
|
@@ -812,7 +812,7 @@ EXAMPLES
|
|
|
812
812
|
$ bitsocial community list
|
|
813
813
|
```
|
|
814
814
|
|
|
815
|
-
_See code: [src/cli/commands/community/list.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.
|
|
815
|
+
_See code: [src/cli/commands/community/list.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.95/src/cli/commands/community/list.ts)_
|
|
816
816
|
|
|
817
817
|
## `bitsocial community start ADDRESSES`
|
|
818
818
|
|
|
@@ -846,7 +846,7 @@ EXAMPLES
|
|
|
846
846
|
$ bitsocial community start $(bitsocial community list -q) --concurrency 1
|
|
847
847
|
```
|
|
848
848
|
|
|
849
|
-
_See code: [src/cli/commands/community/start.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.
|
|
849
|
+
_See code: [src/cli/commands/community/start.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.95/src/cli/commands/community/start.ts)_
|
|
850
850
|
|
|
851
851
|
## `bitsocial community stop ADDRESSES`
|
|
852
852
|
|
|
@@ -871,7 +871,7 @@ EXAMPLES
|
|
|
871
871
|
$ bitsocial community stop Qmb99crTbSUfKXamXwZBe829Vf6w5w5TktPkb6WstC9RFW
|
|
872
872
|
```
|
|
873
873
|
|
|
874
|
-
_See code: [src/cli/commands/community/stop.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.
|
|
874
|
+
_See code: [src/cli/commands/community/stop.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.95/src/cli/commands/community/stop.ts)_
|
|
875
875
|
|
|
876
876
|
## `bitsocial daemon`
|
|
877
877
|
|
|
@@ -922,7 +922,7 @@ EXAMPLES
|
|
|
922
922
|
$ bitsocial daemon --no-allowPrivateKeyExport
|
|
923
923
|
```
|
|
924
924
|
|
|
925
|
-
_See code: [src/cli/commands/daemon.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.
|
|
925
|
+
_See code: [src/cli/commands/daemon.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.95/src/cli/commands/daemon.ts)_
|
|
926
926
|
|
|
927
927
|
## `bitsocial help [COMMAND]`
|
|
928
928
|
|
|
@@ -988,7 +988,7 @@ EXAMPLES
|
|
|
988
988
|
$ bitsocial logs --stdout -f
|
|
989
989
|
```
|
|
990
990
|
|
|
991
|
-
_See code: [src/cli/commands/logs.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.
|
|
991
|
+
_See code: [src/cli/commands/logs.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.95/src/cli/commands/logs.ts)_
|
|
992
992
|
|
|
993
993
|
## `bitsocial update check`
|
|
994
994
|
|
|
@@ -1005,7 +1005,7 @@ EXAMPLES
|
|
|
1005
1005
|
$ bitsocial update check
|
|
1006
1006
|
```
|
|
1007
1007
|
|
|
1008
|
-
_See code: [src/cli/commands/update/check.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.
|
|
1008
|
+
_See code: [src/cli/commands/update/check.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.95/src/cli/commands/update/check.ts)_
|
|
1009
1009
|
|
|
1010
1010
|
## `bitsocial update install [VERSION]`
|
|
1011
1011
|
|
|
@@ -1037,7 +1037,7 @@ EXAMPLES
|
|
|
1037
1037
|
$ bitsocial update install --no-restart-daemons
|
|
1038
1038
|
```
|
|
1039
1039
|
|
|
1040
|
-
_See code: [src/cli/commands/update/install.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.
|
|
1040
|
+
_See code: [src/cli/commands/update/install.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.95/src/cli/commands/update/install.ts)_
|
|
1041
1041
|
|
|
1042
1042
|
## `bitsocial update versions`
|
|
1043
1043
|
|
|
@@ -1059,7 +1059,7 @@ EXAMPLES
|
|
|
1059
1059
|
$ bitsocial update versions --limit 5
|
|
1060
1060
|
```
|
|
1061
1061
|
|
|
1062
|
-
_See code: [src/cli/commands/update/versions.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.
|
|
1062
|
+
_See code: [src/cli/commands/update/versions.ts](https://github.com/bitsocialnet/bitsocial-cli/blob/v0.19.95/src/cli/commands/update/versions.ts)_
|
|
1063
1063
|
<!-- commandsstop -->
|
|
1064
1064
|
|
|
1065
1065
|
## Contribution
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitsocial/bitsocial-cli",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.95",
|
|
4
4
|
"description": "Command line interface to Bitsocial API",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"homepage": "https://github.com/bitsocialnet/bitsocial-cli",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
"@oclif/plugin-help": "6.2.36",
|
|
120
120
|
"@oclif/plugin-not-found": "3.2.73",
|
|
121
121
|
"@oclif/table": "0.5.1",
|
|
122
|
-
"@pkcprotocol/pkc-js": "0.0.
|
|
122
|
+
"@pkcprotocol/pkc-js": "0.0.89",
|
|
123
123
|
"dataobject-parser": "1.2.22",
|
|
124
124
|
"decompress": "4.2.1",
|
|
125
125
|
"env-paths": "2.2.1",
|