feat: new wmill CLI #831
This commit is contained in:
13
cli/examples/u/admin/example.resource.json
Executable file
13
cli/examples/u/admin/example.resource.json
Executable 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
|
||||
}
|
||||
Reference in New Issue
Block a user