cody

command module
v0.0.0-...-fd541cb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 2, 2022 License: GPL-3.0 Imports: 1 Imported by: 0

README

Cody

Manage vscode-in-browser instances.

Requirements

  • Docker

Usage

# start an instance, the used name will be the directory name
cody start

# stop an instance
cody stop <instance name>

# show instance url
cody url <instance name>

# list active instances
cody list

Configuration

The tool will look for cody.yml files, under the home directory & current working directory.

Sample configuration :

# Expose the container on a port between 1 and 10 (chosen randomly)
ports:
    start: 1
    end: 10
auth_token: "vscodeauthtoken" # pay attention to only use letters / numbers 
# List of extensions
extensions:
  - vscodevim.vim
  - redhat.ansible
  - ...
# Editor settings, same as vscode settings.json
editor_settings: |
  {
    "editor.fontSize": 16,
    ...
  }

Dependencies

This tool is based on gitpod openvscode-server implementation.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL