Every Blutui site requires a courier.json
file to connect to Blutui, it allows you to manage configuration options on a per site basis.
To create a new courier.json
file run:
courier init [your-project-handle]
This command will generate:
courier.json
{
"handle": "[your-project-handle]",
"cassette": "default"
}
You can also initialise a new configuration file with a different Cassette, using:
courier init [project-handle] --cassette [cassette-handle]
For more information on the available flags, use courier init -h
.