Mock

Parameters

This Syncer does not take any parameters.

It will only output SQL-like CREATE TABLE statements so that you can manually tweak them and create your own tables.

How do I use the Syncer in commands?

CS Tools accepts syncer definitions in either declarative or configuration file form.

Find the copy button to the right of the code block.

Simply write the parameters out alongside the command.

cs_tools tools searchable metadata --syncer "mock://" --config dogfood

* when declaring multiple parameters inline, you should wrap the enter value in quotes.

Why would you want to do this? 😄