Skip to content

Commit a6be2c0

Browse files
committed
update doc with print-deps sub-command
1 parent 03dd4df commit a6be2c0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

doc/sdk-cli-reference.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,17 @@ operator-sdk completion bash
8888
# ex: ts=4 sw=4 et filetype=sh
8989
```
9090

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+
9199
## generate
92100

93-
### k8s
101+
### k8s
94102

95103
Runs the Kubernetes [code-generators][k8s-code-generator] for all Custom Resource Definitions (CRD) apis under `pkg/apis/...`.
96104
Currently only runs `deepcopy-gen` to generate the required `DeepCopy()` functions for all custom resource types.

0 commit comments

Comments
 (0)