Skip to main content

version

Print the installed CLI version.
floo version
floo 0.2.0

JSON output

{
  "success": true,
  "data": {
    "version": "0.2.0"
  }
}

update

Update the floo CLI to the latest version. Downloads and replaces the binary in-place.
floo update
Current version: 0.1.0
Latest version:  0.2.0

Downloading floo 0.2.0... done
Updated /usr/local/bin/floo

Flags

FlagDescription
--version VERSIONInstall a specific version (e.g., v0.2.0)

Examples

# Update to latest
floo update

# Install a specific version
floo update --version v0.1.5

JSON output

{
  "success": true,
  "data": {
    "version": "0.2.0",
    "path": "/usr/local/bin/floo"
  }
}

Homebrew alternative

If you installed via Homebrew:
brew upgrade floo