Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,22 @@

[![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)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What are these deletions?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are build/code badges that are no longer useful since it's close sourced.


`coder` is a command line utility for Coder.

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

## Code

Coder CLI is now closed source. The code in this repo will remain as it was when
it was closed sourced in 1.24.0. Issues and releases will continue to be used
for the time being but this may change in the future.

We recommend using the SDK included in this repo until we publish a new Go SDK,
which we are working on right now.

Pull requests will not be accepted.

## Installation

### Homebrew (Mac, Linux)
Expand Down