Commit 3f814bc
vdk-core: Add python_version configuration to config-help (#2271)
As part of the initiative to support multiple python versions for data
job deployments, a new configuration property, `python_version` was
introduced. This configuration, however, was not initially added to the
output of the `vdk config-help` command.
This change adds the `python_version` configuration to the
JobConfigIniPlugin, as it is related to the config.ini file setup.
Testing Done:
Tested locally by running `vdk config-help` and verifying that the
configuration is present in the output.
Signed-off-by: Andon Andonov <andonova@vmware.com>1 parent 0c60bb6 commit 3f814bc
File tree
1 file changed
+22
-0
lines changed- projects/vdk-core/src/vdk/internal/builtin_plugins/config
1 file changed
+22
-0
lines changedLines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
202 | 203 | | |
203 | 204 | | |
204 | 205 | | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
205 | 223 | | |
206 | 224 | | |
207 | 225 | | |
| |||
231 | 249 | | |
232 | 250 | | |
233 | 251 | | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
234 | 256 | | |
235 | 257 | | |
236 | 258 | | |
0 commit comments