diff --git a/site/content/en/docs/Reference/kustomize_cli.md b/site/content/en/docs/Reference/kustomize_cli.md index 97763ced205..4dc850b7a99 100644 --- a/site/content/en/docs/Reference/kustomize_cli.md +++ b/site/content/en/docs/Reference/kustomize_cli.md @@ -1,9 +1,10 @@ --- -title: "Command line tool (kustomize)" -linkTitle: "Command line tool (kustomize)" -weight: 2 +title: "Command Line Interface" +linkTitle: "Command Line Interface" +weight: 0 date: 2017-01-05 -description: +description: > + Reference for the Command Line Interface. --- 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 Operation | Syntax | Description --- | --- | --- -build | kustomize build DIR [flags] | Build a kustomization target from a directory or URL. -cfg | kustomize cfg [command] | Commands for reading and writing configuration. -completion | kustomize completion [bash\|zsh\|fish\|powershell] | Generate shell completion script. -create | kustomize create [flags] | Create a new kustomization in the current directory. -edit | kustomize edit [command] | Edits a kustomization file. -fn | kustomize fn [command] | Commands for running functions against configuration. -localize | kustomize localize [target [destination]] [flags] | [Alpha] Creates localized copy of target kustomization root at destination. -version | kustomize version [flags] | Prints the kustomize version. +build | `kustomize build DIR [flags]` | Build a kustomization target from a directory or URL. +cfg | `kustomize cfg [command]` | Commands for reading and writing configuration. +completion | `kustomize completion` [bash\|zsh\|fish\|powershell] | Generate shell completion script. +create | `kustomize create [flags]` | Create a new kustomization in the current directory. +edit | `kustomize edit [command]` | Edits a kustomization file. +fn | `kustomize fn [command]` | Commands for running functions against configuration. +localize | `kustomize localize [target [destination]] [flags]` | [Alpha] Creates localized copy of target kustomization root at destination. +version | `kustomize version [flags]` | Prints the kustomize version. ## Examples: Common Operations Use the following set of examples to help you familiarize yourself with running the commonly used `kustomize` operations: