You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a command-line tool for configuring & deploying code-server instances to the cloud. This aims to solve two problem:
creating a new dev cloud environment is repetitive
creating test environments for code-server (for testing issues) can be difficult - @jsjoeio's idea 💡
This will be good for creating consistent dev workspaces or test environments for code-server. For example
# launch an ubuntu server with nginx
$ lcs --ubuntu nginx
Creating...
Access your server at https://x.x.x.x:80
Password: asd832sd
# launch a blank ubuntu server and get SSH access
$ lcs --ubuntu blank
...
# launch an ubuntu server configured with code-server --link and 2 GB memory
$ lcs ubuntu --link --mem 2
...
# launch with custom Dockerfile
$ lsc ubuntu --link --dockerfile python/Dockerfile
I am planning on supporting this with the Vultr because of their developer-friendly API.
The text was updated successfully, but these errors were encountered:
Create a command-line tool for configuring & deploying code-server instances to the cloud. This aims to solve two problem:
This will be good for creating consistent dev workspaces or test environments for code-server. For example
I am planning on supporting this with the Vultr because of their developer-friendly API.
The text was updated successfully, but these errors were encountered: