Leon Miller-Out
08/17/2023, 9:32 PMbox from checking for updates at startup time? I’m trying to use it in a (weird) automation scenario and the update check is screwing things up.Leon Miller-Out
08/17/2023, 9:33 PMbox_config_offlineMode=true boxbdw429s
08/17/2023, 9:34 PMbdw429s
08/17/2023, 9:35 PMbdw429s
08/17/2023, 9:35 PMbox version
it shouldn't fireLeon Miller-Out
08/17/2023, 9:36 PMbdw429s
08/17/2023, 9:36 PMconfig set and use tab complete to find it 🙂Leon Miller-Out
08/17/2023, 9:37 PMbdw429s
08/17/2023, 9:37 PMconfig set modules.commandbox-update-check.CLICheck to disable the CLI version check
• config set modules.commandbox-update-check.systemModulesCheck to disable the system modules check
• config set modules.commandbox-update-check.enable to turn off the whole thingLeon Miller-Out
08/17/2023, 9:38 PMmodules.commandbox-update-check.enable as an env var, would I call it box_config_modules.commandbox-update-check.enable?Leon Miller-Out
08/17/2023, 9:39 PMbdw429s
08/17/2023, 9:39 PMbdw429s
08/17/2023, 9:39 PMLeon Miller-Out
08/17/2023, 9:39 PMbdw429s
08/17/2023, 9:40 PMbdw429s
08/17/2023, 9:40 PMbdw429s
08/17/2023, 9:41 PMbox config set modules.commandbox-update-check.enable=false
or directly edit the commandbox setting JSON file before running itLeon Miller-Out
08/17/2023, 9:41 PMbdw429s
08/17/2023, 9:41 PMLeon Miller-Out
08/17/2023, 9:42 PMofflineMode because it should not cause any problems for this specific use case.bdw429s
08/17/2023, 9:43 PMbdw429s
08/17/2023, 9:44 PMbdw429s
08/17/2023, 9:44 PMbdw429s
08/17/2023, 9:44 PMbox_config_modules={ "commandbox-update-check" : { "enable" : false } }bdw429s
08/17/2023, 9:45 PMbdw429s
08/17/2023, 9:45 PMmodules keybdw429s
08/17/2023, 9:45 PMconfig set modules='{ "commandbox-update-check" : { "enable" : false } }' --appendLeon Miller-Out
08/17/2023, 9:47 PMbox_config_modules='{"commandbox-update-check":{"enable":false}}' box seems to do the trickLeon Miller-Out
08/17/2023, 10:01 PMchildProcess.spawn. I’m pretty sure I had the correct syntax, but ¯\_(ツ)_/¯Leon Miller-Out
08/17/2023, 10:01 PMbox_config_offlineMode=true when I start my automation script.bdw429s
08/17/2023, 10:02 PMLeon Miller-Out
08/18/2023, 2:36 PMLeon Miller-Out
08/18/2023, 2:41 PMbox process in the background (for code formatting) and communicating with it over TCP.Leon Miller-Out
08/18/2023, 2:44 PMcfformat watchLeon Miller-Out
08/18/2023, 2:45 PMbdw429s
08/18/2023, 2:46 PMbdw429s
08/18/2023, 2:46 PM