diff options
| author | Fabiano Franz <ffranz@redhat.com> | 2016-10-04 10:24:08 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-04 10:24:08 -0300 |
| commit | 3dd73603a6f43468a566c37ee2483750e27f65bd (patch) | |
| tree | 9eac683a0b38790b4050e28df22b04f893d4f55b | |
| parent | e3aaf11eb71d142422dd5ddc796a338434483719 (diff) | |
| parent | 0d66e909b2342a69d5beb63aedd75832d42c7c7b (diff) | |
Merge pull request #91 from fabianofranz/sig_cli_welcome
Adding SIG CLI info
| -rw-r--r-- | sig-cli/README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sig-cli/README.md b/sig-cli/README.md index 8b137891..b4354394 100644 --- a/sig-cli/README.md +++ b/sig-cli/README.md @@ -1 +1,19 @@ +# SIG CLI +The Kubernetes Command Line Interface SIG (sig-cli) is a working group for the contributor community interested in `kubectl` and related tools. + +We focus on the development and standardization of the CLI [framework](https://github.com/kubernetes/kubernetes/tree/master/pkg/kubectl) and its dependencies, the establishment of [conventions](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/kubectl-conventions.md) for writing CLI commands, POSIX compliance, and improving the command line tools from a developer and devops user experience and usability perspective. + +## Meetings: +* Bi-weekly on Wednesdays @ 9am [America/Los_Angeles](http://time.is/Los_Angeles) (check [the calendar](https://calendar.google.com/calendar/embed?src=cgnt364vd8s86hr2phapfjc6uk%40group.calendar.google.com&ctz=America/Los_Angeles)) +* Zoom Link: <https://zoom.us/my/sigcli> +* Meeting [Agenda and Minutes](https://docs.google.com/document/d/1r0YElcXt6G5mOWxwZiXgGu_X6he3F--wKwg-9UBc29I/edit?usp=sharing) + +## Communication: +* Slack: <https://kubernetes.slack.com/messages/sig-cli> ([archive](http://kubernetes.slackarchive.io/sig-cli)) +* Google Group: <https://groups.google.com/forum/#!forum/kubernetes-sig-cli> + +## Organizers: +* Fabiano Franz <ffranz@redhat.com>, Red Hat +* Phillip Wittrock <pwittroc@google.com>, Google +* Tony Ado <coolhzb@gmail.com>, Alibaba
\ No newline at end of file |
