Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

coder/coder-v1-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coder-cli

coder provides a one-way, live file sync to your Coder Enterprise environment.

It is useful in cases where you want to use an unsupported IDE with your Coder Environment.

Login

$ coder login https://my-coder-enterprise.com

Setting up a Live Sync

Ensure that rsync is installed locally and in your environment.

$ coder sync ~/Projects/cdr/enterprise/. my-env:~/enterprise

Caveats

  • The coder login flow will not work when the CLI is ran from a different network than the browser. Issue

Sync Architecture

We decided to use rsync because other solutions are extremely slow for the initial sync.

Later, we may use mutagen for a two-way sync alternative when it supports custom transports.

About

Command line for Coder v1. For Coder v2, go to https://github.com/coder/coder

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Contributors 29