Skip to content

Commit 54d9239

Browse files
committed
Update devfile schema based on devfile/api@832b661
Signed-off-by: Philippe Martin <[email protected]>
1 parent 864d707 commit 54d9239

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/docs/src/devfile-schemas/2.2.1-alpha.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
"additionalProperties": false
195195
},
196196
"hotReloadCapable": {
197-
"description": "Whether the command is capable to reload itself when source code changes. If set to `true` the command won't be restarted and it is expected to handle file changes on its own.\n\nDefault value is `false`",
197+
"description": "Specify whether the command is restarted or not when the source code changes. If set to `true` the command won't be restarted. A *hotReloadCapable* `run` or `debug` command is expected to handle file changes on its own and won't be restarted. A *hotReloadCapable* `build` command is expected to be executed only once and won't be executed again. This field is taken into account only for commands `build`, `run` and `debug` with `isDefault` set to `true`.\n\nDefault value is `false`",
198198
"type": "boolean"
199199
},
200200
"label": {
@@ -1086,7 +1086,7 @@
10861086
"additionalProperties": false
10871087
},
10881088
"hotReloadCapable": {
1089-
"description": "Whether the command is capable to reload itself when source code changes. If set to `true` the command won't be restarted and it is expected to handle file changes on its own.\n\nDefault value is `false`",
1089+
"description": "Specify whether the command is restarted or not when the source code changes. If set to `true` the command won't be restarted. A *hotReloadCapable* `run` or `debug` command is expected to handle file changes on its own and won't be restarted. A *hotReloadCapable* `build` command is expected to be executed only once and won't be executed again. This field is taken into account only for commands `build`, `run` and `debug` with `isDefault` set to `true`.\n\nDefault value is `false`",
10901090
"type": "boolean"
10911091
},
10921092
"label": {

0 commit comments

Comments
 (0)