Skip to content

Commit a071e32

Browse files
authored
Merge pull request #50 from joshuanianji/automated-documentation-update-8166281070
Automated documentation update
2 parents 52e036a + 3b43642 commit a071e32

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

src/edgedb-cli/README.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
2+
# EdgeDB (edgedb-cli)
3+
4+
EdgeDB CLI via the official installation script. Includes the VSCode extension and mounts ~/.local/share/edgedb for data persistence.
5+
6+
## Example Usage
7+
8+
```json
9+
"features": {
10+
"ghcr.io/joshuanianji/devcontainer-features/edgedb-cli:1": {}
11+
}
12+
```
13+
14+
## Options
15+
16+
| Options Id | Description | Type | Default Value |
17+
|-----|-----|-----|-----|
18+
19+
20+
## Customizations
21+
22+
### VS Code Extensions
23+
24+
- `magicstack.edgedb`
25+
26+
## OS and Architecture Support
27+
28+
Architectures: `amd` and `arm`
29+
30+
OS: `ubuntu`, `debian`
31+
32+
Shells: `bash`, `zsh`, `fish`
33+
34+
## Changelog
35+
36+
| Version | Notes |
37+
| ------- | --------------- |
38+
| 1.0.0 | Initial Version |
39+
40+
41+
---
42+
43+
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/joshuanianji/devcontainer-features/blob/main/src/edgedb-cli/devcontainer-feature.json). Add additional notes to a `NOTES.md`._

0 commit comments

Comments
 (0)