Blog

CFConfig 1.0.0 Released

Brad Wood September 18, 2018

Spread the word

Brad Wood

September 18, 2018

Spread the word


Share your thoughts

We are proud to finally release version 1.0.0 of CFConfig.  This library has been in development for nearly two years (20 months) and has had over 100 alpha releases!  CFConfig is already in use for production deploys, development setups and in the Ortus Docker Image.  CFConfig is a CLI tool built upon a set of services that can manage the configuration of your Adobe, Lucee, and Railo servers so you never have to manually setup a server again. 

CFConfig has been a huge effort and has received more pull requests than most of our projects for the time it has existed.  A big shout out goes to the CFML Community for coming together to help make CFConfig a realityWe've had 12 contributors and over 30 pull requests! Contributors include:

  • Brad Wood
  • Ben Ferdinandus
  • Mark Drew
  • Joe Gooch
  • John Berquist
  • Gary Stanton
  • Matthew Clemente
  • Shane Austin
  • Eric Peterson
  • Israel Urguiza
  • Pete Freitag
  • Tim Brown
  • Andrew Davis

Installation

You can get the latest version of CFConfig like so:

install commandbox-cfconfig

We recommend using the latest version of CommandBox (4.2), but CFConfig is compatible with 3.6+.

Documentation

The docs for CFConfig can be found here:

https://cfconfig.ortusbooks.com/

Usage

Here's a quick overview of some of the things you can do with CFConfig.  Check the docs link above for a full list.

Show settings on a server

cfconfig show
cfconfig show requestTimeout

Set server settings

cfconfig set adminPassword=myPass
cfconfig set requestTimeout=0,0,5,0

Export and Import settings to servers

cfconfig export .cfconfig.json
cfconfig import .cfconfig.json

Transfer config between servers

cfconfig transfer from=server1 to=server2

Diff configuration between two servers

cfconfig diff from=server1 to=server2

 

 

Add Your Comment

Recent Entries

BoxLang 1.0.0 Beta 7 Launched

BoxLang 1.0.0 Beta 7 Launched

We are pleased to announce the release of BoxLang 1.0.0-Beta 7! This latest beta version includes improvements and essential bug fixes, but more importantly it certifies the execution of ColdBox HMVC and TestBox.

What is BoxLang?

BoxLang is a modern dynamic JVM language that can be deployed on multiple runtimes: operating system (Windows/Mac/*nix/Embedded), web server, lambda, iOS, android, web assembly, and more. BoxLang combines many features from different progr

Luis Majano
Luis Majano
July 26, 2024
New BoxLang Feature: Java Method References and Higher-Order Functions

New BoxLang Feature: Java Method References and Higher-Order Functions

We’ve added more goodies to our BoxLang Java interop: method references and higher-order functions. CFML has never let you do these things, making Java Interop feel like a second-class citizen. But with BoxLang, we’re elevating Java integration to a new level.

Maria Jose Herrera
Maria Jose Herrera
July 26, 2024
Level Up Your ColdFusion Skills with our Virtual Live Training: ColdBox from Zero to Hero

Level Up Your ColdFusion Skills with our Virtual Live Training: ColdBox from Zero to Hero

Level Up Your ColdFusion Skills with our Virtual Live Training: ColdBox from Zero to Hero

Are you a CFML developer looking to take your skills to the next level? Look no further than the ColdBox from Zero to Hero Virtual Live Training! This intensive two-day course will equip you with the knowledge and expertise to build robust and scalable applications using ColdBox 7, the latest version of the most popular CFML MVC framework.

What You'll Learn:

  • Master the Fun...

Cristobal Escobar
Cristobal Escobar
July 24, 2024