Skip to content

Commit

Permalink
ISPN-13648 Add update-schema to index CLI command
Browse files Browse the repository at this point in the history
  • Loading branch information
tristantarrant authored and fax4ever committed Sep 8, 2022
1 parent ec9a3a5 commit 2914a7d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,7 +22,7 @@
* @since 14.0
**/
@MetaInfServices(Command.class)
@GroupCommandDefinition(name = "index", description = "Performs operations on indexes", activator = ConnectionActivator.class, groupCommands = {Index.Reindex.class, Index.Clear.class, Index.Stats.class, Index.ClearStats.class})
@GroupCommandDefinition(name = "index", description = "Performs operations on indexes", activator = ConnectionActivator.class, groupCommands = {Index.Reindex.class, Index.Clear.class, Index.Stats.class, Index.UpdateIndex.class, Index.ClearStats.class})
public class Index extends CliCommand {

@Option(shortName = 'h', hasValue = false, overrideRequired = true)
Expand Down

0 comments on commit 2914a7d

Please sign in to comment.