Engine Update

Update engine to latest available version

Usage

Terminal
dxflow engine update [OPTIONS]

Options

FlagShorthandDescriptionTypeDefault
--force-fForce update even if the engine is already up to dateboolfalse

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 --force is passed.
  • There is no version-pinning flag; the command always targets the latest release.