Skip to content

A CommandBox module to check for new versions of the CLI and system modules

Notifications You must be signed in to change notification settings

commandbox-modules/commandbox-update-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A CommandBox module to check for new versions of the CLI and system modules

Resources

Stars

Watchers

Forks

Packages

No packages published