diff options
Diffstat (limited to 'cli/schemas')
-rw-r--r-- | cli/schemas/config-file.v1.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/schemas/config-file.v1.json b/cli/schemas/config-file.v1.json index 26cd3ab77..7f6dcb4e3 100644 --- a/cli/schemas/config-file.v1.json +++ b/cli/schemas/config-file.v1.json @@ -355,6 +355,11 @@ } } } + }, + "lock": { + "description": "Whether to use a lock file or the path to use for the lock file. Can be overridden by CLI arguments.", + "type": ["string", "boolean"], + "default": true } } } |