Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/cli/import.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,18 @@ language: typescript
The `--output` (or `-o`) option can be used to specify the output directory for
your imports.

CLI:

```shell
cdk8s import --output ./path/to/imports
```

`cdk8s.yaml`:

```yaml
importDirectory: ./path/to/imports
```

### Class name prefix (`--class-prefix`)

For `k8s` imports, all imported classes will have a `Kube` prefix to denote that
Expand Down