Commands
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.
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 - PostgreSQL Extension Manager