Back to Kustomize

Writing Code

site/content/en/contribute/howitworks/_index.md

3.3.11.0 KB
Original Source

{{< alert color="success" title="Workspace mode" >}} Kustomize supports go workspace mode, so if adding locally modified modules, remember to also add it to the go.work file.

{{< /alert >}}

Build command

All kustomize commands can be found in kustomize/commands

Running kustomize build triggers the NewCmdBuild, which does the following: