Skip to content

Command Line Interface Commands

Ryan Hewitt edited this page Oct 5, 2022 · 5 revisions

Reset community store data

A CLI command is available to clear all orders, products, discounts or all three at once. This command is useful if you have been testing an install and which to clear test data before go-live.

cstore:reset [<type>]

Where the type options are:

  • orders
  • products
  • discounts
  • all - combining all three options above

See the Concrete CMS documentation covering how to run CLI commands