Skip to content

Commit 9bfe0cf

Browse files
authored
Merge pull request #3 from ProxayFox/automated-documentation-update-19956996242
Automated documentation update
2 parents ff7d72d + e2a73aa commit 9bfe0cf

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

src/clickhouse-local/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
# ClickHouse Local CLI (clickhouse-local)
3+
4+
Installs ClickHouse local CLI for SQL queries on local files
5+
6+
## Example Usage
7+
8+
```json
9+
"features": {
10+
"ghcr.io/ProxayFox/devcontainer-features/clickhouse-local:1": {}
11+
}
12+
```
13+
14+
## Options
15+
16+
| Options Id | Description | Type | Default Value |
17+
|-----|-----|-----|-----|
18+
| version | ClickHouse version to install | string | latest |
19+
| installMethod | Installation method: 'quick' (binary) or 'apt' (package manager) | string | quick |
20+
21+
22+
23+
---
24+
25+
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/ProxayFox/devcontainer-features/blob/main/src/clickhouse-local/devcontainer-feature.json). Add additional notes to a `NOTES.md`._

0 commit comments

Comments
 (0)