update command
Manage formae binary updates via the orbital package manager.
!!! note "Replaces upgrade"
The update command replaces the previous upgrade command starting in 0.84.0. If upgrading from an older version, you must first install 0.84.0 using the installer script.
Usage
formae update [version] [OPTIONS]
formae update list [OPTIONS]
Update to latest version
formae update
Update to a specific version
formae update 0.84.0
Update to a specific build
formae update 0.84.0_20260416T142110Z
List available versions
formae update list
Options
| Option | Description |
|---|---|
--channel |
Override update channel (default: stable). Channels can also be configured in the artifacts.url field. |
--config |
Path to config file |
Channel configuration
The default update channel is #stable. You can temporarily override it with --channel or configure it permanently in your configuration:
artifacts {
url = "https://hub.platform.engineering/repos/platform.engineering/pel#dev"
}
Commands
| Command | Description |
|---|---|
list |
List available formae versions |