From 241d3233b95935c9da9beae4679d453a59268a44 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 23 Mar 2024 10:38:11 +0000 Subject: [PATCH 1/2] chore(release): 0.11.32 [skip ci] --- README.md | 43 +++++++++++++++++++++++-------------------- docs/CHANGELOG.md | 9 +++++++++ oclif.manifest.json | 9 ++++++--- package.json | 2 +- 4 files changed, 39 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 910f848..233fc2f 100644 --- a/README.md +++ b/README.md @@ -150,14 +150,13 @@ $ plebbit subplebbit edit mysub.eth '--roles["author-address.eth"]' null # Commands - -- [`plebbit daemon`](#plebbit-daemon) -- [`plebbit help [COMMAND]`](#plebbit-help-command) -- [`plebbit subplebbit create`](#plebbit-subplebbit-create) -- [`plebbit subplebbit edit ADDRESS`](#plebbit-subplebbit-edit-address) -- [`plebbit subplebbit list`](#plebbit-subplebbit-list) -- [`plebbit subplebbit start ADDRESSES`](#plebbit-subplebbit-start-addresses) -- [`plebbit subplebbit stop ADDRESSES`](#plebbit-subplebbit-stop-addresses) +* [`plebbit daemon`](#plebbit-daemon) +* [`plebbit help [COMMAND]`](#plebbit-help-command) +* [`plebbit subplebbit create`](#plebbit-subplebbit-create) +* [`plebbit subplebbit edit ADDRESS`](#plebbit-subplebbit-edit-address) +* [`plebbit subplebbit list`](#plebbit-subplebbit-list) +* [`plebbit subplebbit start ADDRESSES`](#plebbit-subplebbit-start-addresses) +* [`plebbit subplebbit stop ADDRESSES`](#plebbit-subplebbit-stop-addresses) ## `plebbit daemon` @@ -185,7 +184,7 @@ EXAMPLES $ plebbit daemon --plebbitRpcPort 80 ``` -_See code: [src/cli/commands/daemon.ts](https://github.com/plebbit/plebbit-cli/blob/v0.11.31/src/cli/commands/daemon.ts)_ +_See code: [src/cli/commands/daemon.ts](https://github.com/plebbit/plebbit-cli/blob/v0.11.32/src/cli/commands/daemon.ts)_ ## `plebbit help [COMMAND]` @@ -216,7 +215,7 @@ USAGE $ plebbit subplebbit create --plebbitRpcApiUrl [--privateKeyPath ] FLAGS - --plebbitRpcApiUrl= (required) [default: ws://localhost:9138/] URL to Plebbit RPC + --plebbitRpcApiUrl= (required) [default: ws://localhost:9138/] URL to Plebbit RPC API --privateKeyPath= Private key (PEM) of the subplebbit signer that will be used to determine address (if address is not a domain). If it's not provided then Plebbit will generate a private key @@ -231,7 +230,7 @@ EXAMPLES $ plebbit subplebbit create --title 'Hello Plebs' --description 'Welcome' ``` -_See code: [src/cli/commands/subplebbit/create.ts](https://github.com/plebbit/plebbit-cli/blob/v0.11.31/src/cli/commands/subplebbit/create.ts)_ +_See code: [src/cli/commands/subplebbit/create.ts](https://github.com/plebbit/plebbit-cli/blob/v0.11.32/src/cli/commands/subplebbit/create.ts)_ ## `plebbit subplebbit edit ADDRESS` @@ -245,7 +244,7 @@ ARGUMENTS ADDRESS Address of the subplebbit address to edit FLAGS - --plebbitRpcApiUrl= (required) [default: ws://localhost:9138/] URL to Plebbit RPC + --plebbitRpcApiUrl= (required) [default: ws://localhost:9138/] URL to Plebbit RPC API DESCRIPTION Edit a subplebbit properties. For a list of properties, visit @@ -272,7 +271,7 @@ EXAMPLES $ plebbit subplebbit edit mysub.eth --title "This is the new title" --description "This is the new description" ``` -_See code: [src/cli/commands/subplebbit/edit.ts](https://github.com/plebbit/plebbit-cli/blob/v0.11.31/src/cli/commands/subplebbit/edit.ts)_ +_See code: [src/cli/commands/subplebbit/edit.ts](https://github.com/plebbit/plebbit-cli/blob/v0.11.32/src/cli/commands/subplebbit/edit.ts)_ ## `plebbit subplebbit list` @@ -293,14 +292,14 @@ FLAGS --no-truncate do not truncate output to fit screen --output=