Skip to content

Commit

Permalink
improve krew description
Browse files Browse the repository at this point in the history
  • Loading branch information
itaysk committed Oct 13, 2019
1 parent 6f4a259 commit d706713
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions krew-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ spec:
homepage: https://github.com/itaysk/kubectl-neat
description: |
If you try to `kubectl get` resources you have just created,
they be unreadably verbose. `kubectl-neat` cleans up that redundant information.
Can be used as a `kubectl get` wrapper, or by piping into it.
they be unreadably verbose. `kubectl-neat` cleans that up by
removing default values, runtime information, and other internal fields.
Examples:
`$ kubectl neat pod mypod -o yaml`
`$ kubectl get pod mypod -o yaml | kubectl neat`
`$ kubectl neat pod mypod -o yaml`
platforms:
- selector:
matchLabels:
Expand Down

0 comments on commit d706713

Please sign in to comment.