Skip to content

Commit

Permalink
Merge branch 'master' of github.com:plebbit/plebbit-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinse12 committed Mar 31, 2024
2 parents feaa36d + ff7bd5b commit 8090462
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ EXAMPLES
$ plebbit daemon --plebbitRpcPort 80
```

_See code: [src/cli/commands/daemon.ts](https://github.com/plebbit/plebbit-cli/blob/v0.11.33/src/cli/commands/daemon.ts)_
_See code: [src/cli/commands/daemon.ts](https://github.com/plebbit/plebbit-cli/blob/v0.11.34/src/cli/commands/daemon.ts)_

## `plebbit help [COMMAND]`

Expand Down Expand Up @@ -230,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.33/src/cli/commands/subplebbit/create.ts)_
_See code: [src/cli/commands/subplebbit/create.ts](https://github.com/plebbit/plebbit-cli/blob/v0.11.34/src/cli/commands/subplebbit/create.ts)_

## `plebbit subplebbit edit ADDRESS`

Expand Down Expand Up @@ -271,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.33/src/cli/commands/subplebbit/edit.ts)_
_See code: [src/cli/commands/subplebbit/edit.ts](https://github.com/plebbit/plebbit-cli/blob/v0.11.34/src/cli/commands/subplebbit/edit.ts)_

## `plebbit subplebbit list`

Expand Down Expand Up @@ -299,7 +299,7 @@ DESCRIPTION
List your subplebbits
```

_See code: [src/cli/commands/subplebbit/list.ts](https://github.com/plebbit/plebbit-cli/blob/v0.11.33/src/cli/commands/subplebbit/list.ts)_
_See code: [src/cli/commands/subplebbit/list.ts](https://github.com/plebbit/plebbit-cli/blob/v0.11.34/src/cli/commands/subplebbit/list.ts)_

## `plebbit subplebbit start ADDRESSES`

Expand All @@ -324,7 +324,7 @@ EXAMPLES
$ plebbit subplebbit start 12D3KooWG3XbzoVyAE6Y9vHZKF64Yuuu4TjdgQKedk14iYmTEPWu
```

_See code: [src/cli/commands/subplebbit/start.ts](https://github.com/plebbit/plebbit-cli/blob/v0.11.33/src/cli/commands/subplebbit/start.ts)_
_See code: [src/cli/commands/subplebbit/start.ts](https://github.com/plebbit/plebbit-cli/blob/v0.11.34/src/cli/commands/subplebbit/start.ts)_

## `plebbit subplebbit stop ADDRESSES`

Expand All @@ -349,7 +349,7 @@ EXAMPLES
$ plebbit subplebbit stop Qmb99crTbSUfKXamXwZBe829Vf6w5w5TktPkb6WstC9RFW
```

_See code: [src/cli/commands/subplebbit/stop.ts](https://github.com/plebbit/plebbit-cli/blob/v0.11.33/src/cli/commands/subplebbit/stop.ts)_
_See code: [src/cli/commands/subplebbit/stop.ts](https://github.com/plebbit/plebbit-cli/blob/v0.11.34/src/cli/commands/subplebbit/stop.ts)_
<!-- commandsstop -->

# Contribution
Expand Down
2 changes: 1 addition & 1 deletion dist/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@


## [0.11.34](https://github.com/plebbit/plebbit-cli/compare/v0.11.33...v0.11.34) (2024-03-29)

## [0.11.33](https://github.com/plebbit/plebbit-cli/compare/v0.11.32...v0.11.33) (2024-03-29)

## [0.11.32](https://github.com/plebbit/plebbit-cli/compare/v0.11.31...v0.11.32) (2024-03-23)
Expand Down
2 changes: 1 addition & 1 deletion oclif.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -365,5 +365,5 @@
]
}
},
"version": "0.11.33"
"version": "0.11.34"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plebbit-cli",
"version": "0.11.33",
"version": "0.11.34",
"description": "Command line interface to Plebbit API",
"types": "./dist/index.d.ts",
"homepage": "https://github.com/plebbit/plebbit-cli",
Expand Down

0 comments on commit 8090462

Please sign in to comment.