> ## Documentation Index
> Fetch the complete documentation index at: https://www.floe.one/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# floe version command

> Print the installed floe CLI version, build metadata, and platform to verify your install and share diagnostic details when reporting an issue.

```bash theme={null}
floe version
```

Prints the current version of the `floe` binary and a link to the documentation.

## Output

```
floe 1.x.x
Docs: https://www.floe.one/docs
```

## Alternatives

You can also use the root flag:

```bash theme={null}
floe --version
# or
floe -v
```

These print the version number only, without the docs link.
