Category Selected:

lucee

Blog

How to use a database in CLI scripts with CommandBox

Brad Wood |  February 21, 2017

One of the cool things that CommandBox allows you to do is run CFML code directly from the command line via the execute command, or on Unix as a natively-executable hash bang script! This opens up all sorts of doors for scheduling cron jobs and whatnot that you can write in CFML much faster and easier than using bash or shell scripts. One common question is how to access the database from one of these scripts.

Read More

CommandBox 3.4.0 Released

Brad Wood |  November 16, 2016

We are pleased to announce the general availability of CommandBox 3.4.0! This is a minor release of the CLI tool aimed at fixing bugs and introducing a number of small improvements and polish to the tool!

Read More