> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pgxman.com/llms.txt
> Use this file to discover all available pages before exploring further.

# pgxman init

Create a buildkit file

### Synopsis

Create a buildkit YAML file that specifies how a PostgreSQL extension is built and packaged. The
specification is available at [https://docs.pgxman.com/spec/buildkit](https://docs.pgxman.com/spec/buildkit).

```
pgxman init [flags]
```

### Options

```
  -h, --help   help for init
```

### Options inherited from parent commands

```
      --debug             enable debug logging
      --registry string   registry URL (default "https://registry.pgxman.com/v1")
```

### SEE ALSO

* [pgxman](/cli/pgxman)	 - PostgreSQL Extension Manager
