Setup

bl update

Update bl to the latest release

Update bl to the latest release

Usage

bl update [OPTIONS]

Options

OptionDescription
--checkOnly check whether a newer release exists (exit 1 if so)
--forceReinstall the latest release even if already current

Global options

OptionDescription
-v, --verboseEnable debug logging

Examples

bl update
# Update to the latest release

bl update --check
# Report whether an update is available

On this page