Backend CLI: --mappings-only and --create-only confusing #1781
Labels
backend
changes to the django backend
code quality
code & performance improvements that do not affect user functionality
The
index
command includes these two flags (among others):--mappings-only
: the index job should create an index but not populate it with documents--create-only
: the index job should be created but not runI didn't think of this when I worked on #1759, but
--create-only
sounds like it means "only create the index", i.e. what--mappings-only
does.This is not ideal; perhaps these flag should be renamed.
The text was updated successfully, but these errors were encountered: