Skip to content

flow cli update

Update flow to the latest version.

Synopsis

Check GitHub for a newer version of flow and install it if available.

shell
flow cli update [flags]

Examples

shell
flow cli update                    # check for an update and prompt before installing
flow cli update --yes              # install the latest version without confirmation
flow cli update --version v2.1.0   # install a specific version

Options

FlagTypeDescription
-h, --helphelp for update
-o, --outputstringOutput format. One of: yaml, json, or tui.
--versionstringTarget version to install (e.g. v2.1.0). Defaults to the latest release.
-y, --yesSkip confirmation prompts

Options inherited from parent commands

FlagTypeDescription
-L, --log-levelstringLog verbosity level (debug, info, fatal) (default "info")
--syncSync flow cache and workspaces

See also

  • flow cli — Manage the flow CLI itself.