This directory contains several scripts useful in the development process of Knative Serving.
boilerplate/add-boilerplate.shAdds license boilerplate to txt or go files in a directory, recursively.generate-yamls.shBuilds all the YAMLs that Knative Serving publishes. To run it locally, runexport YAML_LIST=$(mktemp) && export REPO_ROOT_DIR=$(pwd) && ./hack/generate-yamls.sh "${REPO_ROOT_DIR}" "${YAML_LIST}"release.shCreates a new release of Knative Serving.update-codegen.shUpdates auto-generated client libraries.update-checksums.shUpdates theknative.dev/example-checksumannotations in config maps.update-deps.shUpdates Go dependencies.verify-codegen.shVerifies that auto-generated client libraries are up-to-date.