cfconfig showcfconfig show serverNamecfconfig show /path/to/server/install/home
cfconfig show requestTimeoutcfconfig show requestTimeout serverNamecfconfig show requestTimeout /path/to/server/install/home [email protected]
Note, this command requires named parameters.
cfconfig set adminPassword=commandboxcfconfig set adminPassword=commandbox to=serverNamecfconfig set adminPassword=commandbox to=/path/to/server/install/home [email protected]
You can actually use CFConfig set to manage the static contents of a JSON export. The JSON file is, after all, just another location you can read from or write to.
# Pull current config from server into JSON filecfconfig export myConfig.json# Edit JSON file directlycfconfig set adminPassword=commandbox to=myConfig.json