-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EZP-31114: Added "skip-indexing" option for install command #2848
EZP-31114: Added "skip-indexing" option for install command #2848
Conversation
@@ -61,6 +62,12 @@ protected function configure() | |||
InputArgument::REQUIRED, | |||
'The type of install. Available options: ' . implode(', ', array_keys($this->installers)) | |||
); | |||
$this->addOption( | |||
'disable-index', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
skip-indexation ? skip-reindexing ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, naming is always difficult :)
skip-indexing sounds good enough for me, wdyt?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ilukacskip-indexing
is fine
Could you also please create JIRA issue? I will be easier for us to track the current state of your PR (QA, doc, create release notes etc.) |
@adamwojs name changed, jira task added |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
aligned PR title to reflect recent code review changes ;)
@alongosz could you merge it up? |
Merged up. Thank you @ilukac 🎉 |
7.5
/8.x
Added
--disable-index
option forezplatform:install
command.TODO: