Files
code-server/cli/README.md
Bruno Quaresma 0cedc1485c Add deploy cli [WIP] (#59)
* Add deploy cli

* add development instructions

* Fix async runner and add extra token info

* Add prettier

* Move prettier config

* Add Prettier and pre-commit linting

* Remove package.json

* Move Prettier config to cli

* Pull version from package.json

* Get description from package.json

* Update package info

* Update package name

* Add cli to coder org

Co-authored-by: Ben Potter <me@bpmct.net>
2021-08-24 15:14:54 -03:00

15 lines
250 B
Markdown

# dcs-cli
Provision a code-server instance from your terminal.
## Development
```console
git clone git@github.com:cdr/deploy-code-server.git
cd deploy-code-server/cli
npm install && npm run build:watch
# in another session:
node bin/index.js
```