23 lines
353 B
JSON
23 lines
353 B
JSON
{
|
|
"credStore": "secretservice",
|
|
"auths": {},
|
|
"currentContext": "default",
|
|
"plugins": {
|
|
"-x-cli-hints": {
|
|
"enabled": "true"
|
|
},
|
|
"ai": {
|
|
"hooks": "build,buildx build,run,compose"
|
|
},
|
|
"compose": {
|
|
"hooks": "logs,compose logs,compose attach,compose up"
|
|
},
|
|
"debug": {
|
|
"hooks": "exec"
|
|
}
|
|
},
|
|
"features": {
|
|
"hooks": "true"
|
|
}
|
|
}
|