OpenProgram Docs

upgrade#

usage: openprogram upgrade [-h] [--channel NAME] [--dry-run] [--no-restart]
                           [--yes] [--json]
                           verb ...

Options#

Option Description
--channel NAME Release line to follow (default: stable). Persisted as the update.channel setting.
--dry-run Print the planned steps and change nothing.
--no-restart Stop after the probe — build and verify the new code without restarting the running instance.
--yes, -y Skip the confirmation a downgrade would otherwise require.
--json Emit JSON

upgrade status#

Show the channel, current sha, target sha, and whether an update is available. Read-only.

Option Description
--json Emit JSON
--channel NAME Report against this channel instead of the configured one.