...

Text file src/github.com/openshift/api/hack/verify-swagger-docs.sh

Documentation: github.com/openshift/api/hack

     1#!/bin/bash
     2
     3source "$(dirname "${BASH_SOURCE}")/lib/init.sh"
     4
     5GENERATOR=swaggerdocs EXTRA_ARGS=--verify ${SCRIPT_ROOT}/hack/update-codegen.sh
     6

View as plain text