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
| Option | Description |
|---|---|
| --ansi | Force (or disable --no-ansi) ANSI output |
| --compatible | Stay on current major version |
| --define | Define a configuration item value. |
| --help | Display help for the given command. When no command is given display help for the <info>list</info> command |
| --no-ansi | Negate the "--ansi" option |
| --no-interaction | Do not ask any interactive question |
| --preview | Preview unstable (e.g., alpha, beta, etc.) releases |
| --quiet | Do not output any message |
| --stable | Use stable releases (default) |
| --verbose | Increase the verbosity of messages: 1 for normal output (-v), 2 for more verbose output (-vv), and 3 for debug (-vvv) |
| --version | Display this application version |
| --yes | Answer 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