kustomize icon indicating copy to clipboard operation
kustomize copied to clipboard

Remove dots from short descriptions

Open oscr opened this issue 3 years ago • 1 comments

When running kustomize some of the (short command) descriptions end with period while others don't.

Here is the output from the current master branch build

Available Commands:
  build                     Build a kustomization target from a directory or URL.
  cfg                       Commands for reading and writing configuration.
  completion                Generate shell completion script
  create                    Create a new kustomization in the current directory
  edit                      Edits a kustomization file
  fn                        Commands for running functions against configuration.
  help                      Help about any command
  version                   Prints the kustomize version

As a reference kubectl mostly doesn't use periods.

Basic Commands (Beginner):
  create          Create a resource from a file or from stdin
  expose          Take a replication controller, service, deployment or pod and expose it as a new Kubernetes service
  run             Run a particular image on the cluster
  set             Set specific features on objects
(...)

oscr avatar Jul 22 '22 15:07 oscr

/lgtm /approve

natasha41575 avatar Aug 30 '22 16:08 natasha41575

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: natasha41575, oscr

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment Approvers can cancel approval by writing /approve cancel in a comment

k8s-ci-robot avatar Aug 30 '22 16:08 k8s-ci-robot