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 Dec 4, 2024
2 parents 7bc6312 + 016411c commit 4b9f85b
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ EXAMPLES
$ plebbit daemon --plebbitOptions.ipfsHttpClientsOption[0] http://remoteipfsnode.com
```

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

## `plebbit help [COMMAND]`

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

## `plebbit subplebbit edit ADDRESS`

Expand Down Expand Up @@ -295,7 +295,7 @@ EXAMPLES
subplebbit edit plebbit.eth --settings.fetchThumbnailUrls=false
```

_See code: [src/cli/commands/subplebbit/edit.ts](https://github.com/plebbit/plebbit-cli/blob/v0.15.5/src/cli/commands/subplebbit/edit.ts)_
_See code: [src/cli/commands/subplebbit/edit.ts](https://github.com/plebbit/plebbit-cli/blob/v0.15.6/src/cli/commands/subplebbit/edit.ts)_

## `plebbit subplebbit get ADDRESS`

Expand All @@ -320,7 +320,7 @@ EXAMPLES
$ plebbit subplebbit get 12D3KooWG3XbzoVyAE6Y9vHZKF64Yuuu4TjdgQKedk14iYmTEPWu
```

_See code: [src/cli/commands/subplebbit/get.ts](https://github.com/plebbit/plebbit-cli/blob/v0.15.5/src/cli/commands/subplebbit/get.ts)_
_See code: [src/cli/commands/subplebbit/get.ts](https://github.com/plebbit/plebbit-cli/blob/v0.15.6/src/cli/commands/subplebbit/get.ts)_

## `plebbit subplebbit list`

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

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

## `plebbit subplebbit start ADDRESSES`

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

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

## `plebbit subplebbit stop ADDRESSES`

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

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

# Contribution
Expand Down
1 change: 1 addition & 0 deletions dist/cli/commands/daemon.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ class Daemon extends core_1.Command {
}
async _pipeDebugLogsToLogFile(logPath) {
const logFilePath = await this._getNewLogfileByEvacuatingOldLogsIfNeeded(logPath);
await promises_1.default.mkdir(path_1.default.dirname(logFilePath), { recursive: true });
await promises_1.default.writeFile(logFilePath, ""); // make sure it exists first
const logFile = fs_1.default.createWriteStream(logFilePath, { flags: "a" });
const stdoutWrite = process.stdout.write.bind(process.stdout);
Expand Down
2 changes: 1 addition & 1 deletion dist/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

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


## [0.15.6](https://github.com/plebbit/plebbit-cli/compare/v0.15.5...v0.15.6) (2024-12-02)


### Bug Fixes

* **windows:** make sure dir is there first (might fix error with windows) ([04df721](https://github.com/plebbit/plebbit-cli/commit/04df72101d0c871f32060fb83f0b3ed62c88916c))

## [0.15.5](https://github.com/plebbit/plebbit-cli/compare/v0.15.4...v0.15.5) (2024-12-01)


Expand Down
2 changes: 1 addition & 1 deletion oclif.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -422,5 +422,5 @@
]
}
},
"version": "0.15.5"
"version": "0.15.6"
}
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.15.5",
"version": "0.15.6",
"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 4b9f85b

Please sign in to comment.