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 --yesOptions
| Option | Short | Description |
|---|---|---|
--check | - | Only check for updates without installing |
--yes | -y | Automatically 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.