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 Nov 18, 2023
2 parents f04c1a1 + c4963f0 commit 1f1725a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ EXAMPLES
$ plebbit daemon
```

_See code: [dist/cli/commands/daemon.js](https://github.com/plebbit/plebbit-cli/blob/v0.9.0/dist/cli/commands/daemon.js)_
_See code: [dist/cli/commands/daemon.js](https://github.com/plebbit/plebbit-cli/blob/v0.9.1/dist/cli/commands/daemon.js)_

## `plebbit help [COMMANDS]`

Expand Down Expand Up @@ -207,7 +207,7 @@ EXAMPLES
$ plebbit subplebbit create --title 'Hello Plebs' --description 'Welcome'
```

_See code: [dist/cli/commands/subplebbit/create.js](https://github.com/plebbit/plebbit-cli/blob/v0.9.0/dist/cli/commands/subplebbit/create.js)_
_See code: [dist/cli/commands/subplebbit/create.js](https://github.com/plebbit/plebbit-cli/blob/v0.9.1/dist/cli/commands/subplebbit/create.js)_

## `plebbit subplebbit edit ADDRESS`

Expand Down Expand Up @@ -248,7 +248,7 @@ EXAMPLES
$ plebbit subplebbit edit mysub.eth --title "This is the new title" --description "This is the new description"
```

_See code: [dist/cli/commands/subplebbit/edit.js](https://github.com/plebbit/plebbit-cli/blob/v0.9.0/dist/cli/commands/subplebbit/edit.js)_
_See code: [dist/cli/commands/subplebbit/edit.js](https://github.com/plebbit/plebbit-cli/blob/v0.9.1/dist/cli/commands/subplebbit/edit.js)_

## `plebbit subplebbit list`

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

_See code: [dist/cli/commands/subplebbit/list.js](https://github.com/plebbit/plebbit-cli/blob/v0.9.0/dist/cli/commands/subplebbit/list.js)_
_See code: [dist/cli/commands/subplebbit/list.js](https://github.com/plebbit/plebbit-cli/blob/v0.9.1/dist/cli/commands/subplebbit/list.js)_

## `plebbit subplebbit start ADDRESSES`

Expand All @@ -296,7 +296,7 @@ DESCRIPTION
Start a subplebbit
```

_See code: [dist/cli/commands/subplebbit/start.js](https://github.com/plebbit/plebbit-cli/blob/v0.9.0/dist/cli/commands/subplebbit/start.js)_
_See code: [dist/cli/commands/subplebbit/start.js](https://github.com/plebbit/plebbit-cli/blob/v0.9.1/dist/cli/commands/subplebbit/start.js)_

## `plebbit subplebbit stop ADDRESSES`

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

_See code: [dist/cli/commands/subplebbit/stop.js](https://github.com/plebbit/plebbit-cli/blob/v0.9.0/dist/cli/commands/subplebbit/stop.js)_
_See code: [dist/cli/commands/subplebbit/stop.js](https://github.com/plebbit/plebbit-cli/blob/v0.9.1/dist/cli/commands/subplebbit/stop.js)_
<!-- commandsstop -->

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


## [0.9.1](https://github.com/plebbit/plebbit-cli/compare/v0.9.0...v0.9.1) (2023-11-18)

# [0.9.0](https://github.com/plebbit/plebbit-cli/compare/v0.8.2...v0.9.0) (2023-11-18)


Expand Down
2 changes: 1 addition & 1 deletion oclif.manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.9.0",
"version": "0.9.1",
"commands": {
"daemon": {
"id": "daemon",
Expand Down
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.9.0",
"version": "0.9.1",
"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 1f1725a

Please sign in to comment.