|
2 | 2 |
|
3 | 3 | [](https://github.com/cdr/coder-cli/releases)
|
4 | 4 | [](https://pkg.go.dev/cdr.dev/coder-cli/coder-sdk)
|
5 |
| - |
6 |
| -[](https://goreportcard.com/report/cdr.dev/coder-cli) |
7 | 5 |
|
8 | 6 | `coder` is a command line utility for Coder.
|
9 | 7 |
|
10 | 8 | To report bugs and request features, please[open an issue](https://github.com/cdr/coder-cli/issues/new).
|
11 | 9 |
|
| 10 | +##Code |
| 11 | + |
| 12 | +As of v1.24.0, the Coder CLI is closed source. The code in this repo will remain |
| 13 | +as it was when closed on 20 October 2021. We will continue to use issues and |
| 14 | +releases for the time being, but this may change. |
| 15 | + |
| 16 | +We recommend using the SDK included in this repo until we publish the new Go SDK |
| 17 | +that's currently in progress. |
| 18 | + |
| 19 | +We will not accept any further pull requests. |
| 20 | + |
12 | 21 | ##Installation
|
13 | 22 |
|
14 | 23 | ###Homebrew (Mac, Linux)
|
|