Skip to main content

self

Manage worai CLI update workflows.

Usage

  • worai self update [options]

self update

Check PyPI for a newer worai version and print (or run) the recommended upgrade command.

Options

OptionTypeDefaultDescription
--check-onlyboolfalseOnly check for updates and print the suggested upgrade command.
--yes, -yboolfalseRun the upgrade command immediately.

Examples

  • worai self update --check-only
  • worai self update --yes

Notes

  • Startup update checks are cached (24h) and non-blocking.
  • Disable startup update checks via WORAI_DISABLE_UPDATE_CHECK=1.