What's New in 3.7.0
Was this helpful?
Was this helpful?
Task Runners - Run ad-hoc builds from the CLI written in CFML
Manage System Packages - update, list, and uninstall system modules
File Globbing - Use place holders like **.cfc for file operations to affect more than one file at a time.
Command Aliases - Alias your favorite commands for easy access in the future
Global Command Parameter Defaults - Set common parameters to have a given value at a global level
System Settings - Utilize environment variables to make your package and servers more dynamic
Testbox Run - Improved, minimalist output to the "testbox run" command
TestBox Watchers - Watch a directory for file changes and run your unit tests
Customize REST Servlets - Customize or disable the REST servlet paths on Lucee and Adobe servers
Custom Java Versions - Start your CF servers with any version of Java you want
Property files - New commands and helper libs for dealing with property files
Basic Authentication - Enable basic security on your servers with unlimited users
Custom URL to Open - Customize the browser URL that opens when you start a server
Disable Tray Icon - Turn off the system tray icon for your servers entirely
Show Proxy IP - Servers pass through the original user IP through proxies
Jar Endpoint - Install 3rd party jars into your projects
[] - Server start tries to open HTTP URL even if it's disabled
[] - testbox run with runner urls that have a query string fail
[] - cf_scripts folder not working on Adobe 2016
[] - Catastrophic runner errors in testbox run don't fail tests
[] - errors if you start second CLI while first one is using the temp dir
[] - TestBox scaffolds are missing super calls for beforeAll/afterAll
[] - Prevent two servers from getting the same name
[] - Basic auth doesn't set cgi.remote_user
[] - unregister method in interceptor service doesn't work
[] - Allow file globbing patterns in file/folder operations
[] - Create BaseTask
[] - Add "task" command to run tasks
[] - Create watchers
[] - Create the --system argument to all package commands for system wide packages
[] - Allow REST servlet to be configured
[] - Allow custom JRE version for server starts
[] - Support Basic Auth
[] - Allow placeholders in for env vars and system props
[] - Provide convenient command to do simple token replacements from the CLI
[] - Checksum Command
[] - Property files commands support
[] - Add MinHeapSize setting
[] - Support for viewing/installing private packages
[] - Finalize box.json testbox runner options
[] - Allow Command DSL to set working directory
[] - Implement "testbox watch" command
[] - Simple Jar endpoint
[] - Ability to disable tray icons
[] - Allow ad-hoc aliases to be created for commands
[] - Allow global defaults to be set for command parameters
[] - Automatic collection from parameter names containing a colon
[] - Implement the equiv of Tomcat's remoteIPValve
[] - Support missing Tuckey config settings
[] - Command to remove trailing whitespace from files
[] - Command to add final EOL to files
[] - Better error message for invalid JSON in a server.json file
[] - Update debian build signing to be higher than SHA-256
[] - If publishing but not logged into forgebox, prompt for login instead of just erroring
[] - Clean up SSL cert and key file parameters for server start
[] - Improve HTML to ANSI conversion on larger strings
[] - Refactor JSON formatter to separate lib for reuse
[] - Add trace flag for starting server
[] - Improve output of "testbox run" command
[] - Remove deprecated and unused properties from box.json with init
[] - Don't try to output binary data in REPL
[] - Show "last started" datetime for servers
[] - Customize URL that opens when starting server
[] - Allow commandbox-modules to register endpoints
[] - Enhance parser to allow quoted spaces in parameter names
[] - WireBox injection DSL allow to drill down into Config Settings
[] - Command to remove trailing spaces from code files
[] - Allow console flag to be stored in server.json like every other setting
[] - Allow publishing of private packages