mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-14 10:30:59 +00:00
kyaml: refactor command documentation into .md files from go files
No new documentation added.
This commit is contained in:
15
cmd/config/docs/commands/count.md
Normal file
15
cmd/config/docs/commands/count.md
Normal file
@@ -0,0 +1,15 @@
|
||||
## count
|
||||
|
||||
Count Resources Config from a local directory.
|
||||
|
||||
### Synopsis
|
||||
|
||||
Count Resources Config from a local directory.
|
||||
|
||||
DIR:
|
||||
Path to local directory.
|
||||
|
||||
### Examples
|
||||
|
||||
# print Resource counts from a directory
|
||||
kyaml count my-dir/
|
||||
Reference in New Issue
Block a user