Command Overview
Here's an overview of all the commands available to the CFConfig CLI. There are sub-pages for each of these commands with additional details.
Manage All Configs
cfconfig export
cfconfig exportExtracts all configuration from a server to a location of your choice.
cfconfig import
cfconfig importImports all configuration from a location of your choice into a server. Like export, but spelled different.
cfconfig transfer
cfconfig transferMoves all configuration from a location of your choice to another location of your choice. Like import and export but pronounced different.
cfconfig diff
cfconfig diffShows a diff of every setting that's different between two servers or a server and a JSON file.
Manage Individual Configs
cfconfig set
cfconfig setSets or overwrites a single setting on a server.
cfconfig show
cfconfig showViews a single setting on a server.
Manage Datasources
cfconfig datasource list
cfconfig datasource listList all datasources.
cfconfig datasource save
cfconfig datasource saveAdd or update a datasource by name
cfconfig datasource delete
cfconfig datasource deleteRemove a datasource by name.
Manage CF Mappings
cfconfig cfmapping list
cfconfig cfmapping listList all CF mappings
cfconfig cfmapping save
cfconfig cfmapping saveAdd or update a CF mapping by virtual path.
cfconfig cfmapping delete
cfconfig cfmapping deleteRemove a CF mapping by virtual path.
Manage Lucee/Railo Caches
cfconfig cache list
cfconfig cache listList all caches in a Lucee/Railo server.
cfconfig cache save
cfconfig cache saveAdd or update a cache by name.
cfconfig cache delete
cfconfig cache deleteRemove a cache by name.
Manage Mail Servers
cfconfig mailserver list
cfconfig mailserver listList all mail servers on a server.
cfconfig mailserver save
cfconfig mailserver saveAdd or update a mail server by host.
cfconfig mailserver delete
cfconfig mailserver deleteDelete a mail server by host.
Manage Custom Tag Paths
cfconfig customtagpath list
cfconfig customtagpath listList all Custom Tag paths
cfconfig customtagpath save
cfconfig customtagpath saveSave a Custom Tag path
cfconfig customtagpath delete
cfconfig customtagpath deleteDelete a Custom Tag path
Event Gateway Configuration
cfconfig eventgatewayconfig list
cfconfig eventgatewayconfig listList all Event Gateway Configurations
cfconfig eventgatewayconfig save
cfconfig eventgatewayconfig saveAdd or update an Event Gateway Configuration
cfconfig eventgatewayconfig delete
cfconfig eventgatewayconfig deleteDelete an Event Gateway Configuration
Event Gateway Instances
cfconfig eventgatewayinstance list
cfconfig eventgatewayinstance listList all Event Gateway Instances
cfconfig eventgatewayinstance save
cfconfig eventgatewayinstance saveAdd or update an Event Gateway Instance
cfconfig eventgatewayinstance delete
cfconfig eventgatewayinstance deleteDelete an Event Gateway Instance
Lucee Loggers
cfconfig logger list
cfconfig logger listList all Lucee Loggers
cfconfig logger save
cfconfig logger saveAdd or update a Lucee Logger
cfconfig logger delete
cfconfig logger deleteDelete a Lucee Logger
Scheduled Tasks
cfconfig task list
cfconfig task listList all Scheduled Tasks
cfconfig task save
cfconfig task saveAdd or update a Scheduled Task
cfconfig task delete
cfconfig task deleteDelete a Scheduled Task
Last updated
Was this helpful?