specfact upgrade

Check for and install SpecFact CLI updates.

Usage

specfact upgrade [OPTIONS]

Options

Option Type Description
--check-only   Only check for updates, don’t install
--yes, -y   Skip confirmation prompt and install immediately

Examples

Check for available updates

specfact upgrade --check-only

Upgrade with confirmation

specfact upgrade

Upgrade without confirmation

specfact upgrade -y