From aafa3e40f2acaf0b41e3d505aeeb9150592bf821 Mon Sep 17 00:00:00 2001 From: Dean Sheather Date: Wed, 20 Oct 2021 21:12:47 +0000 Subject: [PATCH 1/3] Add note to README about close sourced --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9757c3ec..3bbdea88 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,20 @@ [![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. 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. + ## Installation ### Homebrew (Mac, Linux) From 315226e4476c073aa5204fbb21a0c8a0fdd12a4f Mon Sep 17 00:00:00 2001 From: Dean Sheather Date: Wed, 20 Oct 2021 21:17:49 +0000 Subject: [PATCH 2/3] fixup! Add note to README about close sourced --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3bbdea88..df02a351 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ 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) From 1eb0dc4d4cd3383db7bf3982ebde23ef0909cda5 Mon Sep 17 00:00:00 2001 From: Dean Sheather Date: Thu, 21 Oct 2021 08:28:14 +1000 Subject: [PATCH 3/3] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index df02a351..f1c40c55 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,14 @@ To report bugs and request features, please [open an issue](https://github.com/c ## 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. +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 a new Go SDK, -which we are working on right now. +We recommend using the SDK included in this repo until we publish the new Go SDK +that's currently in progress. -Pull requests will not be accepted. +We will not accept any further pull requests. ## Installation