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

Add note to README about close sourced #451

Merged
merged 3 commits into from
Oct 20, 2021
Merged
Changes from all 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

As of v1.24.0, the Coder CLI is closed source. The code in this repo will remain
as it was when closed on 20 October 2021. We will continue to use issues and
releases for the time being, but this may change.

We recommend using the SDK included in this repo until we publish the new Go SDK
that's currently in progress.

We will not accept any further pull requests.

## Installation

### Homebrew (Mac, Linux)
Expand Down