feat: new wmill CLI #831

This commit is contained in:
Kai Jellinghaus
2022-11-01 15:53:28 +01:00
committed by GitHub
parent a1859ca34a
commit 28cd0c3fa1
24 changed files with 1594 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"value": {
"host": "$var:g/all/not_secret",
"port": 124,
"user": "aaaa",
"dbname": "bbbb",
"sslmode": "disable",
"password": "$var:g/all/pretty_secret"
},
"description": "",
"resource_type": "postgres",
"is_oauth": false
}