From 4d295e319500f5001c2e80bc3320334c29302bf2 Mon Sep 17 00:00:00 2001 From: JK Date: Sat, 5 Dec 2020 01:23:48 +0000 Subject: [PATCH 1/2] Modify link arg and its desc to not be beta --- src/node/cli.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/node/cli.ts b/src/node/cli.ts index 571f3958..9ae84878 100644 --- a/src/node/cli.ts +++ b/src/node/cli.ts @@ -186,10 +186,7 @@ const options: Options> = { Securely bind code-server via Coder Cloud with the passed name. You'll get a URL like https://myname.coder-cloud.com at which you can easily access your code-server instance. Authorization is done via GitHub. - This is presently beta and requires being accepted for testing. - See https://github.com/cdr/code-server/discussions/2137 `, - beta: true, }, } From 9e7e8c073d4bdb9eb2fa0226c1becea316ba1a74 Mon Sep 17 00:00:00 2001 From: JK Date: Sat, 5 Dec 2020 01:30:31 +0000 Subject: [PATCH 2/2] Update cloud program section of README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd5532d1..76e03b50 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,10 @@ When done, the install script prints out instructions for running and starting c We also have an in-depth [setup and configuration](./doc/guide.md) guide. -### Alpha Program 🐣 +### Cloud Program ☁️ We're working on a cloud platform that makes deploying and managing code-server easier. -Consider updating to the latest version and running code-server with our experimental flag `--link` if you don't want to worry about +Consider running code-server with the flag `--link` if you don't want to worry about - TLS - Authentication