Skip to content

[6.2] Add option to disable automated updates for installation via cli#47704

Draft
LadySolveig wants to merge 1 commit intojoomla:6.2-devfrom
LadySolveig:6.2/console/installation-autoupdate-disable
Draft

[6.2] Add option to disable automated updates for installation via cli#47704
LadySolveig wants to merge 1 commit intojoomla:6.2-devfrom
LadySolveig:6.2/console/installation-autoupdate-disable

Conversation

@LadySolveig
Copy link
Copy Markdown
Contributor

Pull Request resolves # .

  • I read the Generative AI policy and my contribution is either not created with the help of AI or is compatible with the policy and GNU/GPL 2 or later.

Summary of Changes

This pull request adds support for disabling automated updates during the Joomla installation process via the command line interface. The main change is the introduction of a new --no-autoupdate option to the InstallCommand, which, when specified, will disable automated updates after installation.

New CLI Option and Functionality:

  • Added a --no-autoupdate option to the InstallCommand that disables automated updates after installation.
  • When the --no-autoupdate option is used, the command will invoke the AutomatedUpdatesModel to disable automated updates and provide feedback to the user.

Testing Instructions

TBD

Actual result BEFORE applying this Pull Request

No option to disable automated updates on installation via the command line interface.

Expected result AFTER applying this Pull Request

Optional opt-out option --no-autoupdate disables automated updates on installtion via the command line interface.

Link to documentations

Please select:

  • Documentation link for guide.joomla.org:

  • No documentation changes for guide.joomla.org needed

  • Pull Request link for manual.joomla.org:

  • No documentation changes for manual.joomla.org needed

@joomla-cms-bot joomla-cms-bot added Language Change This is for Translators PR-6.2-dev labels Apr 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Language Change This is for Translators PR-6.2-dev

2 participants