Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 25ac3c3

Browse files
authored
Add readme godoc and release links (#175)
1 parent 416d237 commit 25ac3c3

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# coder-cli
22

3+
[![GitHub Release](https://img.shields.io/github/v/release/cdr/coder-cli?color=6b9ded&include_prerelease=false)](https://github.com/cdr/coder-cli/releases)
4+
[![Documentation](https://godoc.org/cdr.dev/coder-cli?status.svg)](https://pkg.go.dev/cdr.dev/coder-cli/coder-sdk)
5+
![build](https://github.com/cdr/coder-cli/workflows/build/badge.svg)
6+
[![Go Report Card](https://goreportcard.com/badge/cdr.dev/coder-cli)](https://goreportcard.com/report/cdr.dev/coder-cli)
7+
38
`coder` is a command line utility for Coder Enterprise.
49

510
To report bugs and request features, please [open an issue](https://github.com/cdr/coder-cli/issues/new).

coder-sdk/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# coder-sdk
2+
3+
`coder-sdk` is a Go client library for [Coder Enterprise](https://coder.com).
4+
It is not yet stable and therefore we do not recommend depending on the current state of its public APIs.

0 commit comments

Comments
 (0)