description: A guide to running infctl for the first time.
---
having already cloned the `infctl-cli` see [Create a local k3d instance](/guides/local-k3d/) change directory to where this code repository was checked out on your system.
If necessary, re-run `scripts/create_k3d_cluster.sh` to create a new local cluster or just use one created earlier if you chose not to delete it.
Take a look at `pipeline.json.example` to familiarize yourself with what we're about to do next.
This pipeline file will be used by `infctl` to create a couple of resources to smoke test the cluster.
To run `infctl` for the first time:
```bash
cp base.json.example base.json
cp config.json.example config.json
cp pipeline.json.example pipeline.json
```
then run the above pipeline file with
```bash
infctl --deployment-file pipeline.json
```
which will look something like this
```bash
infctl --deployment-file pipeline.json.
{"time":"2025-07-17T10:56:24.110418886+01:00","level":"INFO","msg":"Project name already exists: hdshd\n"}