Command

bengal.upgrade

Upgrade Bengal to the latest version.

Automatically detects how Bengal was installed (uv, pip, pipx, conda) and runs the appropriate upgrade command.

Usage

bengal.upgrade [OPTIONS]

Options

Option Type Description
--dry-run flag BOOLEAN

Show what would be done without executing

--force flag BOOLEAN

Force upgrade even if already on latest version

--yes, -y flag BOOLEAN

Skip confirmation prompt

Examples

    bengal upgrade           # Interactive upgrade
    bengal upgrade -y        # Skip confirmation
    bengal upgrade --dry-run # Show command without running
    bengal upgrade --force   # Force upgrade even if on latest