diff --git a/README.md b/README.md index 95b321a4..93b78902 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # coder-cli +[![GitHub Release](https://img.shields.io/github/v/release/cdr/coder-cli?color=6b9ded&include_prerelease=false)](https://github.com/cdr/coder-cli/releases) +[![Documentation](https://godoc.org/cdr.dev/coder-cli?status.svg)](https://pkg.go.dev/cdr.dev/coder-cli/coder-sdk) +![build](https://github.com/cdr/coder-cli/workflows/build/badge.svg) +[![Go Report Card](https://goreportcard.com/badge/cdr.dev/coder-cli)](https://goreportcard.com/report/cdr.dev/coder-cli) + `coder` is a command line utility for Coder Enterprise. To report bugs and request features, please [open an issue](https://github.com/cdr/coder-cli/issues/new). diff --git a/coder-sdk/README.md b/coder-sdk/README.md new file mode 100644 index 00000000..5e8e7d98 --- /dev/null +++ b/coder-sdk/README.md @@ -0,0 +1,4 @@ +# coder-sdk + +`coder-sdk` is a Go client library for [Coder Enterprise](https://coder.com). +It is not yet stable and therefore we do not recommend depending on the current state of its public APIs.