- Notifications
You must be signed in to change notification settings - Fork646
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
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 :) |
bpmct commentedAug 23, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
BrunoQuaresma commentedAug 23, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
|
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 whatdcs
stands for. maybe we should spell it out below "Deploy code-server (dcs)"
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Amazing! Dude you shipped that so quick 🔥 I'll remember to share this with the next code-server release! Those features for |
Uh oh!
There was an error while loading.Please reload this page.
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: