Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ncapps committed Sep 5, 2023
1 parent ac5b5e7 commit 8cb07e3
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions site/content/en/docs/Reference/kustomize_cli.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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:
Expand Down

0 comments on commit 8cb07e3

Please sign in to comment.