Skip to content

Commit 6c69300

Browse files
authored
Merge pull request #2405 from JammSpread/master
Modify --link arg and README (Cdr Cloud)
2 parents 1dd7e4b + 9e7e8c0 commit 6c69300

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ When done, the install script prints out instructions for running and starting c
3333

3434
We also have an in-depth [setup and configuration](./doc/guide.md) guide.
3535

36-
### Alpha Program 🐣
36+
### Cloud Program ☁️
3737

3838
We're working on a cloud platform that makes deploying and managing code-server easier.
39-
Consider updating to the latest version and running code-server with our experimental flag `--link` if you don't want to worry about
39+
Consider running code-server with the flag `--link` if you don't want to worry about
4040

4141
- TLS
4242
- Authentication

src/node/cli.ts

-3
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,7 @@ const options: Options<Required<Args>> = {
193193
Securely bind code-server via Coder Cloud with the passed name. You'll get a URL like
194194
https://myname.coder-cloud.com at which you can easily access your code-server instance.
195195
Authorization is done via GitHub.
196-
This is presently beta and requires being accepted for testing.
197-
See https://github.com/cdr/code-server/discussions/2137
198196
`,
199-
beta: true,
200197
},
201198
}
202199

0 commit comments

Comments
 (0)