File tree Expand file tree Collapse file tree 3 files changed +9
-85
lines changed
Expand file tree Collapse file tree 3 files changed +9
-85
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11{
2- "name" : " EdgeDB " ,
3- "id" : " edgedb -cli" ,
4- "version" : " 1.0.2 " ,
5- "documentationURL" : " https://github.com/joshuanianji/devcontainer-features/tree/main/src/edgedb -cli" ,
6- "description" : " EdgeDB CLI via the official installation script. Includes the VSCode extension and mounts the config and data folder." ,
2+ "name" : " Gel CLI " ,
3+ "id" : " gel -cli" ,
4+ "version" : " 1.0.0 " ,
5+ "documentationURL" : " https://github.com/joshuanianji/devcontainer-features/tree/main/src/gel -cli" ,
6+ "description" : " Gel CLI (previously EdgeDB) via the official installation script. Includes the VSCode extension and mounts the config and data folder." ,
77 "options" : {},
88 "customizations" : {
99 "vscode" : {
1414 },
1515 "mounts" : [
1616 {
17- "source" : " ${devcontainerId}-edgedb -cli" ,
18- "target" : " /dc/edgedb -cli" ,
17+ "source" : " ${devcontainerId}-gel -cli" ,
18+ "target" : " /dc/gel -cli" ,
1919 "type" : " volume"
2020 }
2121 ],
2424 " ghcr.io/meaningful-ooo/devcontainer-features/fish"
2525 ],
2626 "onCreateCommand" : {
27- "edgedb -cli-setup" : " /usr/local/share/edgedb -cli/scripts/oncreate.sh"
27+ "gel -cli-setup" : " /usr/local/share/gel -cli/scripts/oncreate.sh"
2828 }
2929}
Original file line number Diff line number Diff line change 55# if the user is not root, chown /dc/edgedb-cli to the user
66if [ " $( id -u) " != " 0" ]; then
77 echo " Running oncreate.sh for user $USER "
8- sudo chown -R " $USER :$USER " /dc/edgedb -cli
8+ sudo chown -R " $USER :$USER " /dc/gel -cli
99fi
You can’t perform that action at this time.
0 commit comments