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

# formae update

> Manage the formae binary version. Reference for formae update and its subcommands.

Manage updates to the formae binary. With no argument, `update` moves to the
latest available version. Pass a version to move to a specific one.

```bash theme={"languages":{"custom":["/languages/pkl.json"]}}
formae update [version] [flags]
```

### Examples

```bash theme={"languages":{"custom":["/languages/pkl.json"]}}
formae update
formae update list
```

## Flags

| Flag                  | Default | Description                  |
| --------------------- | ------- | ---------------------------- |
| `--channel <channel>` |         | Override the update channel. |
| `--config <path>`     |         | Path to a config file.       |
| `--profile <name>`    |         | Named profile to use.        |

## formae update list

List the available formae versions.

```bash theme={"languages":{"custom":["/languages/pkl.json"]}}
formae update list [flags]
```

### Flags

| Flag                  | Default | Description                  |
| --------------------- | ------- | ---------------------------- |
| `--channel <channel>` |         | Override the update channel. |
| `--config <path>`     |         | Path to a config file.       |
| `--profile <name>`    |         | Named profile to use.        |
