This add-on integrates GH CLI into your DDEV project.
ddev add-on get plopesc/ddev-gh-cli
ddev restartIf 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| 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.
Contributed and maintained by @plopesc