Skip to main content

Module self_update

Module self_update 

Source
Expand description

Self-update functionality for the rx CLI

Detects installation method and updates appropriately:

  • pip: delegates to pip install --upgrade rx-pro
  • cargo: delegates to cargo install pro-cli
  • binary: downloads latest from GitHub releases

Structs§

ReleaseInfo
Release information from GitHub
SelfUpdater
Self-updater for the rx CLI

Enums§

InstallMethod
How rx was installed