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
8 changes: 8 additions & 0 deletions content/en/docs/score implementation/score-k8s/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,14 @@ score-k8s generate [flags]

The `generate` command can be combined with the following flags:

### `--format`

Specifies the output format for the manifests: `yaml` or `kyaml`. By default, the output format is `yaml`.

```bash
score-k8s generate --format kyaml
```

### `--generate-namespace`

Specifies optionally if a `Namespace` resource should be generated in the manifests. Requires `--namespace` to be set.
Expand Down