Skip to content

Commit 8cb07e3

Browse files
committed
Address comments
1 parent ac5b5e7 commit 8cb07e3

1 file changed

Lines changed: 13 additions & 12 deletions

File tree

site/content/en/docs/Reference/kustomize_cli.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2-
title: "Command line tool (kustomize)"
3-
linkTitle: "Command line tool (kustomize)"
4-
weight: 2
2+
title: "Command Line Interface"
3+
linkTitle: "Command Line Interface"
4+
weight: 0
55
date: 2017-01-05
6-
description:
6+
description: >
7+
Reference for the Command Line Interface.
78
---
89

910
This overview covers `kustomize` syntax, describes the command operations, and provides common examples.
@@ -24,14 +25,14 @@ The following table includes short descriptions and the general syntax for all t
2425

2526
Operation | Syntax | Description
2627
--- | --- | ---
27-
build | kustomize build DIR [flags] | Build a kustomization target from a directory or URL.
28-
cfg | kustomize cfg [command] | Commands for reading and writing configuration.
29-
completion | kustomize completion [bash\|zsh\|fish\|powershell] | Generate shell completion script.
30-
create | kustomize create [flags] | Create a new kustomization in the current directory.
31-
edit | kustomize edit [command] | Edits a kustomization file.
32-
fn | kustomize fn [command] | Commands for running functions against configuration.
33-
localize | kustomize localize [target [destination]] [flags] | [Alpha] Creates localized copy of target kustomization root at destination.
34-
version | kustomize version [flags] | Prints the kustomize version.
28+
build | `kustomize build DIR [flags]` | Build a kustomization target from a directory or URL.
29+
cfg | `kustomize cfg [command]` | Commands for reading and writing configuration.
30+
completion | `kustomize completion` [bash\|zsh\|fish\|powershell] | Generate shell completion script.
31+
create | `kustomize create [flags]` | Create a new kustomization in the current directory.
32+
edit | `kustomize edit [command]` | Edits a kustomization file.
33+
fn | `kustomize fn [command]` | Commands for running functions against configuration.
34+
localize | `kustomize localize [target [destination]] [flags]` | [Alpha] Creates localized copy of target kustomization root at destination.
35+
version | `kustomize version [flags]` | Prints the kustomize version.
3536

3637
## Examples: Common Operations
3738
Use the following set of examples to help you familiarize yourself with running the commonly used `kustomize` operations:

0 commit comments

Comments
 (0)