Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1011 Bytes

readme.md

File metadata and controls

29 lines (19 loc) · 1011 Bytes

This module can check for new versions of the CLI and system modules every time you start the CLI in interactive mode. An outbound internet connection is required for it to work.

Installation

Install the module like so:

install commandbox-update-check

Configuration

You can turn module check on and off with the enable flag. If you want to follow the bleeding edge version of CommandBox, set the latest flag.

config set modules.commandbox-update-check.enable=false
config set modules.commandbox-update-check.latest=true

You can turn the CLI check specifically on and off with the CLIcheck flag and you can turn the system modules check on and off with the systemModulesCheck flag.

config set modules.commandbox-update-check.CLIcheck=false
config set modules.commandbox-update-check.systemModulesCheck=false

Usage

To use this module, simply start up your CommandBox shell in interactive mode and look for messages before the startup banner.