Skip to content

Commit d706713

Browse files
committed
improve krew description
1 parent 6f4a259 commit d706713

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

krew-template.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ spec:
88
homepage: https://github.com/itaysk/kubectl-neat
99
description: |
1010
If you try to `kubectl get` resources you have just created,
11-
they be unreadably verbose. `kubectl-neat` cleans up that redundant information.
12-
Can be used as a `kubectl get` wrapper, or by piping into it.
11+
they be unreadably verbose. `kubectl-neat` cleans that up by
12+
removing default values, runtime information, and other internal fields.
1313
Examples:
14-
`$ kubectl neat pod mypod -o yaml`
1514
`$ kubectl get pod mypod -o yaml | kubectl neat`
15+
`$ kubectl neat pod mypod -o yaml`
1616
platforms:
1717
- selector:
1818
matchLabels:

0 commit comments

Comments
 (0)