The FW/1 Commands 2.0 release includes a complete overhaul of the code base
to comply with CommandBox 3.0's introduction of modules for command
development.
This release also includes changes to the various "create" files,
improving conditional flow and adding some more generator features such
as creating a server.json file and starting up a server upon application
generation (in fw1/create/app.cfc).
This release also introduces a quick command to see what version of FW/1
Commands you are using: fw1 version. Also a command to install the
stable or dev release of FW/1 from ForgeBox: fw1 install & fw1 install --dev.
The FW/1 Commands 2.0 release includes a complete overhaul of the code base to comply with CommandBox 3.0's introduction of modules for command development.
This release also includes changes to the various "create" files, improving conditional flow and adding some more generator features such as creating a server.json file and starting up a server upon application generation (in fw1/create/app.cfc).
This release also introduces a quick command to see what version of FW/1 Commands you are using:
fw1 version
. Also a command to install the stable or dev release of FW/1 from ForgeBox:fw1 install
&fw1 install --dev
.