Raised: $0
0% of monthly goal Help us cross the finish line!
Goal: $12,000
Raised: $0 Goal: $12,000
0% of monthly goal Help us cross the finish line!
Sponsor DDEV

add-on registry tests last commit release

DDEV OpenCode

Overview

This add-on integrates Opencode into your DDEV project.

Installation

ddev add-on get dragonwize/ddev-opencode
ddev restart

After installation, make sure to commit the .ddev directory to version control.

Usage

Command Description
ddev opencode Start OpenCode in the container.
ddev opencode-serve Start OpenCode server. Then connect to it from outside with `opencode attach :4096.

Update OpenCode

OpenCode has new versions very frequently. Since the install is cached in the Docker container for faster startups, a container rebuild is needed to pull the latest version.

ddev add-on get dragonwize/ddev-opencode
ddev restart --no-cache

If you want to update quickly, knowing it will not keep on restart: (Useful to check the new version before saving in your docker container)

ddev opencode upgrade

Credits

Contributed and maintained by @dragonwize