The clean command

The clean command is used to delete the generated website and any other build artifacts.

ct clean

--manifest-path

The --manifest-path option allows you to specify a full path to the configuration file you want codetour to use. This file does not need to be named tour.toml.

The path provided with this option should not be the directory of the configuration file you want codetour to use. It should be the full path to the file itself.

The command will still be run as if it was invoked in the directory of the provided configuration file. This option is just in case you are either not in the directory of your project or if you need to name the configuration file something other than tour.toml.