Merge pull request #977 from hangyan/update-dev-doc

Update dev doc about make gen-cmd
This commit is contained in:
Charlie Drage 2018-04-03 12:28:29 -04:00 committed by GitHub
commit 4f4649ce85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,7 @@ Currently it is not possible to use different Kubernetes version from version th
[Kompose CLI tests](https://github.com/kubernetes/kompose/tree/master/script/test/cmd) run `kompose convert` with docker-compose files, and cross-check the k8s and OpenShift artifacts generated with the template files. [Kompose CLI tests](https://github.com/kubernetes/kompose/tree/master/script/test/cmd) run `kompose convert` with docker-compose files, and cross-check the k8s and OpenShift artifacts generated with the template files.
To generate CLI tests, please run `make generate-test-cmd`. To generate CLI tests, please run `make gen-cmd`.
### CI ### CI