Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 249 Bytes

DEVELOPMENT.md

File metadata and controls

24 lines (17 loc) · 249 Bytes

Developing

Run code-generation pipeline:

go run cmd/generator/main.go "$PWD"

Run against a Kubernetes cluster:

make run

Build, push, and install:

make all

Build binary:

make build