We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ebc7a commit 698eceeCopy full SHA for 698ecee
1 file changed
docs/cli/import.md
@@ -26,6 +26,18 @@ language: typescript
26
The `--output` (or `-o`) option can be used to specify the output directory for
27
your imports.
28
29
+CLI:
30
+
31
+```shell
32
+cdk8s import --output ./path/to/imports
33
+```
34
35
+`cdk8s.yaml`:
36
37
+```yaml
38
+importDirectory: ./path/to/imports
39
40
41
### Class name prefix (`--class-prefix`)
42
43
For `k8s` imports, all imported classes will have a `Kube` prefix to denote that
0 commit comments