Engine Update
Update engine to latest available version
Usage
Terminal
dxflow engine update [OPTIONS]
Options
| Flag | Shorthand | Description | Type | Default |
|---|---|---|---|---|
--force | -f | Force update even if the engine is already up to date | bool | false |
Notes
- Performs an in-place self-update of the engine binary from the latest GitHub release.
- Pre-releases are skipped.
- No-ops when already on the latest version unless
--forceis passed. - There is no version-pinning flag; the command always targets the latest release.