-
Notifications
You must be signed in to change notification settings - Fork 643
Add deploy cli [WIP] #59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
What do you mean by this? Like another script to run after it is installed?
I think providing a link to generate a DigitalOcean Token (https://cloud.digitalocean.com/account/api/tokens) or we can even shorten, would help. |
I'd love to ship something like this and write a blog post on it. Being able to customize the server name and region would also be 👌🏼 I'm happy to explore this, commander is an awesome library :) |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work @BrunoQuaresma 👏
A couple nits, but all non-blocking
## Development | ||
|
||
```console | ||
git clone git@github.com:cdr/deploy-code-server.git |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: Is it standard to use the SSH URL instead of HTTPS? I feel like HTTPS is more common, at least from what I see in OSS.
@@ -0,0 +1,14 @@ | |||
# dcs-cli |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: not super obvious what dcs
stands for. maybe we should spell it out below "Deploy code-server (dcs)"
Amazing! Dude you shipped that so quick 🔥 I'll remember to share this with the next code-server release! Those features for |
After talking with @bpmct about how we could make code-server easier to install for our users, I came up with the idea to create a CLI for code-server. My first idea is to implement a
deploy
command likecode-server deploy.
I made a POC, and here is the DEMO video if you are interested. I would love to hear your feedback and thoughts.https://www.loom.com/share/b29513055f874db8a6e41bbf94455d71
What needs to be done: