Skip to content

Commit

Permalink
update command help to no longer require setting test envs
Browse files Browse the repository at this point in the history
  • Loading branch information
pwittrock committed May 7, 2018
1 parent 1e86f88 commit 29ff52b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmd/kubebuilder/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,10 @@ More options:
- run tests
kubebuilder generate
export TEST_ASSET_KUBECTL=/usr/local/kubebuilder/bin/kubectl
export TEST_ASSET_KUBE_APISERVER=/usr/local/kubebuilder/bin/kube-apiserver
export TEST_ASSET_ETCD=/usr/local/kubebuilder/bin/etcd
go test ./pkg/...
- build reference documentation to docs/reference/build/index.html
kubebuilder create example --group <group> --version <version> --kind <Kind>
kubebuilder docs
`,
Example: `# Initialize your project
Expand Down

0 comments on commit 29ff52b

Please sign in to comment.