Setup
bl update
Update bl to the latest release
Update bl to the latest release
Usage
bl update [OPTIONS]Options
| Option | Description |
|---|---|
--check | Only check whether a newer release exists (exit 1 if so) |
--force | Reinstall the latest release even if already current |
Global options
| Option | Description |
|---|---|
-v, --verbose | Enable debug logging |
Examples
bl update
# Update to the latest release
bl update --check
# Report whether an update is available