Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kubernetes-sigs/cli-experimental
Experimental Kubectl libraries and commands.
https://github.com/kubernetes-sigs/cli-experimental
k8s-sig-cli
Last synced: 3 months ago
JSON representation
Experimental Kubectl libraries and commands.
- Host: GitHub
- URL: https://github.com/kubernetes-sigs/cli-experimental
- Owner: kubernetes-sigs
- License: apache-2.0
- Created: 2019-03-29T14:48:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T00:11:22.000Z (6 months ago)
- Last Synced: 2024-06-18T21:35:59.981Z (5 months ago)
- Topics: k8s-sig-cli
- Language: Go
- Size: 22.8 MB
- Stars: 83
- Watchers: 12
- Forks: 212
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
- Security: SECURITY_CONTACTS
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/kubernetes-sigs/cli-experimental.svg?branch=master)](https://travis-ci.org/kubernetes-sigs/cli-experimental "Travis")
[![Go Report Card](https://goreportcard.com/badge/sigs.k8s.io/cli-experimental)](https://goreportcard.com/report/sigs.k8s.io/cli-experimental)# cli-experimental
Experimental Kubectl libraries and commands.
## Kustomize documentation
This repo currently hosts the code for [Kustomize](https://github.com/kubernetes-sigs/kustomize) and [Kubectl](https://github.com/kubernetes/kubectl) docs, which are available at https://kubectl.docs.kubernetes.io. The guide for contributing to the docs is hosted [within the docs themselves](https://kubectl.docs.kubernetes.io/contributing/docs/).
The docs are built with [Hugo](https://gohugo.io/) and deployed with [Netlify](https://app.netlify.com/sites/cli-experimental/deploys). Information about this standard setup for subproject sites can be found [on the community repo](https://github.com/kubernetes/community/blob/master/github-management/subproject-site-requests.md).
Note that kustomize.io and kubectl.io were contributed by [Replicated](https://www.replicated.com/) and are currently still sourced from their repos:
* [replicatedcom/kustomize-www](https://github.com/replicatedcom/kustomize-www)
* [replicatedhq/kustomize-demo-api](https://github.com/replicatedhq/kustomize-demo-api)
* [replicatedhq/kustomize-demo](https://github.com/replicatedhq/kustomize-demo)Ultimately we want to consolidate the Kustomize documentation and move the code out of the experimental repo. To learn more about that plan and get involved, see [kustomize/#4338](https://github.com/kubernetes-sigs/kustomize/issues/4338).
## Community, discussion, contribution, and support
Learn how to engage with the Kubernetes community on the [community page](http://kubernetes.io/community/).
You can reach the maintainers of this project at:
- [Slack channel](https://kubernetes.slack.com/messages/sig-cli)
- [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-cli)### Code of conduct
Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md).