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 GH CLI

Overview

This add-on integrates GH CLI into your DDEV project.

Installation

ddev add-on get plopesc/ddev-gh-cli
ddev restart

If your GitHub token is already stored in ~/.config/gh/hosts.yml, no additional configuration is required. Otherwise, you must set either the GH_TOKEN or GITHUB_TOKEN environment variable with a valid token.

To retrieve your token, run the following command on your host machine:

gh auth token

Usage

Command Description
ddev exec gh --version Check the installed version
ddev exec gh --help View available commands

The full documentation about GH CLI can be gound at the GH CLI documentation page.

Credits

Contributed and maintained by @plopesc