Fresh

fresh update

Check for and install updates

The update command checks for and installs updates to Fresh.

Usage

fresh update [OPTIONS]

Examples

# Check for updates without installing
fresh update --check

# Update with confirmation
fresh update

# Update without prompts
fresh update --yes

Options

OptionShortDescription
--check-Only check for updates without installing
--yes-yAutomatically confirm updates

How It Works

Fresh checks PyPI for the latest version and compares it with your installed version. If a newer version is available, it will be installed.

On this page