We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03dd4df commit a6be2c0Copy full SHA for a6be2c0
doc/sdk-cli-reference.md
@@ -88,9 +88,17 @@ operator-sdk completion bash
88
# ex: ts=4 sw=4 et filetype=sh
89
```
90
91
+## print-deps
92
+
93
+Prints the most recent dependencies and their versions known by the `operator-sdk` binary. Prints in columnar format by default.
94
95
+### Flags
96
97
+* `--as-file` Print dependencies and versions in Gopkg.toml format.
98
99
## generate
100
-### k8s
101
+### k8s
102
103
Runs the Kubernetes [code-generators][k8s-code-generator] for all Custom Resource Definitions (CRD) apis under `pkg/apis/...`.
104
Currently only runs `deepcopy-gen` to generate the required `DeepCopy()` functions for all custom resource types.
0 commit comments