Skip to content

Commit

Permalink
Merge pull request #243 from itdove/v1.0.14
Browse files Browse the repository at this point in the history
version 1.0.14
  • Loading branch information
itdove authored Jul 7, 2022
2 parents f896fa5 + 4ebc385 commit 537d2eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ A total coverage is shown when running `make test`. For the time being, the `cmd

1. Create a branch
2. run `make doc-help`
3. Update the VERSION.txt with the semver of the new release
3. Update the VERSION.txt with the semver of the new release (if not yet done)
4. Create a PR and merge it
5. Run `make release` on the main branch
6. Monitor the github action.
Expand Down
2 changes: 1 addition & 1 deletion docs/help/cm_get_clusters.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cm get clusters [(-o|--output=)json|yaml|wide|custom-columns=...|custom-columns-
-k, --kustomize string Process the kustomization directory. This flag can't be used together with -f or -R.
-L, --label-columns strings Accepts a comma separated list of labels that are going to be presented as columns. Names are case-sensitive. You can also use multiple flag options like -L label1 -L label2...
--no-headers When using the default or custom-column output format, don't print headers (default print headers).
-o, --output string Output format. One of: json|yaml|name|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-as-json|jsonpath-file|custom-columns|custom-columns-file|wide See custom columns [https://kubernetes.io/docs/reference/kubectl/overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [https://kubernetes.io/docs/reference/kubectl/jsonpath/].
-o, --output string Output format. One of: json|yaml|name|go-template|go-template-file|template|templatefile|jsonpath|jsonpath-as-json|jsonpath-file|custom-columns-file|custom-columns|wide See custom columns [https://kubernetes.io/docs/reference/kubectl/overview/#custom-columns], golang template [http://golang.org/pkg/text/template/#pkg-overview] and jsonpath template [https://kubernetes.io/docs/reference/kubectl/jsonpath/].
--output-watch-events Output watch event objects when --watch or --watch-only is used. Existing objects are output as initial ADDED events.
-R, --recursive Process the directory used in -f, --filename recursively. Useful when you want to manage related manifests organized within the same directory.
-l, --selector string Selector (label query) to filter on, supports '=', '==', and '!='.(e.g. -l key1=value1,key2=value2)
Expand Down
3 changes: 2 additions & 1 deletion docs/help/cm_use_clusterpoolhost.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ cm use clusterpoolhost|cph clusterpoolhost
### Options

```
-h, --help help for clusterpoolhost
-h, --help help for clusterpoolhost
--output-file string The generated resources will be copied in the specified file
```

### Options inherited from parent commands
Expand Down

0 comments on commit 537d2eb

Please sign in to comment.