cmd/config: mark config command group as [Alpha]

This commit is contained in:
Phillip Wittrock
2019-11-25 10:31:33 -08:00
parent 4a65ea8056
commit 7baabf7a97
9 changed files with 34 additions and 34 deletions

View File

@@ -1,10 +1,10 @@
## cat
Print Resource Config from a local directory.
[Alpha] Print Resource Config from a local directory.
### Synopsis
Print Resource Config from a local directory.
[Alpha] Print Resource Config from a local directory.
DIR:
Path to local directory.

View File

@@ -1,10 +1,10 @@
## count
Count Resources Config from a local directory.
[Alpha] Count Resources Config from a local directory.
### Synopsis
Count Resources Config from a local directory.
[Alpha] Count Resources Config from a local directory.
DIR:
Path to local directory.

View File

@@ -1,10 +1,10 @@
## fmt
Format yaml configuration files.
[Alpha] Format yaml configuration files.
### Synopsis
Format yaml configuration files.
[Alpha] Format yaml configuration files.
Fmt will format input by ordering fields and unordered list items in Kubernetes
objects. Inputs may be directories, files or stdin, and their contents must

View File

@@ -1,10 +1,10 @@
## grep
Search for matching Resources in a directory or from stdin
[Alpha] Search for matching Resources in a directory or from stdin
### Synopsis
Search for matching Resources in a directory or from stdin.
[Alpha] Search for matching Resources in a directory or from stdin.
QUERY:
Query to match expressed as 'path.to.field=value'.

View File

@@ -1,10 +1,10 @@
## merge
Merge Resource configuration files
[Alpha] Merge Resource configuration files
### Synopsis
Merge Resource configuration files
[Alpha] Merge Resource configuration files
Merge reads Kubernetes Resource yaml configuration files from stdin or sources packages and write
the result to stdout or a destination package.

View File

@@ -1,10 +1,10 @@
## run-fns
Apply config functions to Resources.
[Alpha] Reoncile config functions to Resources.
### Synopsis
Apply config functions to Resources.
[Alpha] Reconcile config functions to Resources.
run-fns sequentially invokes all config functions in the directly, providing Resources
in the directory as input to the first function, and writing the output of the last

View File

@@ -1,10 +1,10 @@
## tree
Display Resource structure from a directory or stdin.
[Alpha] Display Resource structure from a directory or stdin.
### Synopsis
Display Resource structure from a directory or stdin.
[Alpha] Display Resource structure from a directory or stdin.
kyaml tree may be used to print Resources in a directory or cluster, preserving structure