command/jsonconfig: Add variable sensitive flag

This commit is contained in:
Alisdair McDiarmid
2021-03-26 13:49:35 -04:00
parent e27aacebf9
commit 63613ca1b0
2 changed files with 4 additions and 1 deletions

View File

@@ -106,7 +106,8 @@
],
"variables": {
"test_var": {
"default": "boop"
"default": "boop",
"sensitive": true
}
}
}