Update

Update CookCLI to the latest version.

Usage

cook update [OPTIONS]

Alias: cook u

Options

OptionDescription
--check-onlyCheck for updates without installing
--forceForce update even if already on the latest version

Examples

# Update to latest version
cook update

# Check for updates without installing
cook update --check-only

# Force reinstall
cook update --force

Notes

  • Downloads from GitHub releases over HTTPS
  • Automatically detects your platform and architecture
  • May require sudo if installed in a system directory (e.g., /usr/local/bin/)
  • Verify with cook --version after updating