Skip to main content
Command

terminus self:update


Description

Updates Terminus to the latest version.

Example Usage

terminus self:update --stable --preview --compatible -- <version_constraint>

update


self-update


Options

OptionDescription
--ansiForce (or disable --no-ansi) ANSI output
--compatibleStay on current major version
--defineDefine a configuration item value.
--helpDisplay help for the given command. When no command is given display help for the <info>list</info> command
--no-ansiNegate the "--ansi" option
--no-interactionDo not ask any interactive question
--previewPreview unstable (e.g., alpha, beta, etc.) releases
--quietDo not output any message
--stableUse stable releases (default)
--verboseIncrease the verbosity of messages: 1 for normal output (-v), 2 for more verbose output (-vv), and 3 for debug (-vvv)
--versionDisplay this application version
--yesAnswer all confirmations with "yes"

Additional Resources

The self:update command is only available for standalone Terminus versions installed using the terminus.phar.

See the Terminus Guide's Version Updates page for details on updating both standalone and Composer-managed installer.phar versions of Terminus.

Back to all commands