Skip to main content

version

Print the installed CLI version.
floo version
floo 0.1.1

JSON output

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

update

Update the Floo CLI to the latest release or to a specific version.
floo update
floo update --version v0.1.1
The shipped updater downloads the target release and replaces the installed binary in place.

JSON output

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

When To Use These Commands

  • floo version when you need to verify which binary is on a machine
  • floo update when a machine should track the latest shipped CLI or a pinned version