1{ 2 "check": { 3 "arg_name": "--check", 4 "argDefault": true, 5 "arg_help": "Default:True. Help:check that the current running environment contains all dependencies", 6 "arg_phase": "prebuild", 7 "arg_type": "bool", 8 "arg_attribute": { 9 }, 10 "resolve_function": "resolve_check", 11 "testFunction": "testCheck" 12 }, 13 "install": { 14 "arg_name": "--install", 15 "argDefault": false, 16 "arg_help": "Default:False. Help:install all dependent software for compiling L0, L1 and L2 products", 17 "arg_phase": "prebuild", 18 "arg_type": "bool", 19 "arg_attribute": {}, 20 "resolve_function": "resolve_install", 21 "testFunction": "TestInstall" 22 } 23}