QuestionQ26

Cloud CLI Tool

Which command marks an index as invalid?

  • A bin/magento indexer:reindex <index_name>
  • B bin/magento indexer:reset <index_name>
  • C bin/magento indexer:invalidate <index_name>
Explanation

The bin/magento indexer:reset [indexer] command invalidates the status of specified indexers (or all indexers when no indexer is specified), indicating that reindexing is required.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!