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 a62f3d3 commit c6acaaaCopy full SHA for c6acaaa
1 file changed
content/en/docs/score implementation/score-k8s/cli.md
@@ -129,6 +129,14 @@ score-k8s generate [flags]
129
130
The `generate` command can be combined with the following flags:
131
132
+### `--format`
133
+
134
+Specifies the output format for the manifests: `yaml` or `kyaml`. By default, the output format is `yaml`.
135
136
+```bash
137
+score-k8s generate --format kyaml
138
+```
139
140
### `--generate-namespace`
141
142
Specifies optionally if a `Namespace` resource should be generated in the manifests. Requires `--namespace` to be set.
0 commit comments