ryan
03/28/2022, 1:37 PMboxRyan@Ryan-Y70 MINGW64 ~
$ box
The module (commandbox-cfformat) cannot be loaded as it does not have a ModuleConfig.cfc in its root. Path Checked: F:\code\.CommandBox\cfml\modules/commandbox-cfformatmithlond
03/28/2022, 4:41 PMromanstr
03/29/2022, 11:36 AMbockensm
03/29/2022, 8:23 PMlogbox.system.logging.appenders.FileAppenderFileAppenderbockensm
03/29/2022, 8:24 PMFileAppenderinitLogLocationryan
03/29/2022, 8:51 PM--system--systemDean
03/29/2022, 10:05 PMcfconfigKannan
03/30/2022, 3:51 PMryan
03/30/2022, 6:21 PMinvalid component definition, can't find component [cbsecurity.interceptors.Security]
F:\code\web\sites\api\coldbox\system\core\util\Util.cfc: line 413
411: arguments.md = (
412: isObject( arguments.component ) ? getMetadata( arguments.component ) : getComponentMetadata(
413: arguments.component
414: )
415: );
called from F:\code\web\sites\api\coldbox\system\ioc\config\Mapping.cfc: line 521dick
03/31/2022, 3:38 PMpluck()Peter Amiri
03/31/2022, 4:37 PMryan
03/31/2022, 6:08 PMserver set web.rewrites.config=htdocs/.htaccessdick
04/01/2022, 12:52 PMcbsecurityelpete
04/01/2022, 5:04 PMJim Priest
04/04/2022, 2:29 PMTask Runners or CLI automations in CommandBox light will also not be able to use things like JDBC drivers unless you install the extensions. 
Extensions can be installed by placing them in the CLI's server context deploy folder and waiting a minute.David Rogers
04/04/2022, 3:57 PMfunction relation(required guid key) {
   return hasMany(...).whereSomeKey(key);
}instance.with("relation") // can't pass key here
instance.with({relation: (q) => q.whereSomeKeyAlreadyRanHere_Ithink()}) // ?Mark S.
04/04/2022, 6:52 PMSlackbot
04/06/2022, 1:48 PMMark S.
04/06/2022, 2:05 PMryan
04/06/2022, 2:15 PM/lucee/admin/server.cfmbox server forgetbox server forgetbox startNo Password set yet!
For security reasons it is no longer possible to set the inital password here directly.
You will need to configure a password before you can access the Server Administrator.
create a file with name password.txt containing your new password under the root Lucee server directory ( /lucee-server/context/password.txt ).
click "import file", Lucee will then read and configure your new password, afterwards Lucee will automatically delete that fileryan
04/06/2022, 4:17 PMserver forgetserver set app.libDirs=lib<cfset flyway = createObject("java", "org.flywaydb.core.Flyway").init()>david.kreimer
04/06/2022, 5:47 PMJTDavis
04/06/2022, 6:50 PMlmajano
04/07/2022, 4:57 PMKevin D. Wright
04/11/2022, 9:29 PMMark S.
04/12/2022, 6:10 PMMark S.
04/12/2022, 9:31 PMdick
04/13/2022, 2:33 PMqbSQLschema.alter()Tyler Clendenin
04/13/2022, 5:42 PMadminPassword