This is an automated email from the ASF dual-hosted git repository.

klesh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/main by this push:
     new 3b10ef756 docs: add gh-devlake CLI to Getting Started installation 
options (#8733)
3b10ef756 is described below

commit 3b10ef756db7333e67ade8608910cf55a6e613ec
Author: Eldrick Wega <[email protected]>
AuthorDate: Mon Mar 2 16:10:22 2026 +0300

    docs: add gh-devlake CLI to Getting Started installation options (#8733)
    
    Adds gh-devlake as a third installation method alongside Docker Compose
    and Helm. gh-devlake is a GitHub CLI extension that automates DevLake
    deployment, configuration, and monitoring from the terminal.
    
    Closes #8732
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index ce0a23215..185ebe2a2 100644
--- a/README.md
+++ b/README.md
@@ -66,6 +66,7 @@ You can set up Apache DevLake by following our step-by-step 
instructions for eit
 
 - [Install via Docker 
Compose](https://devlake.apache.org/docs/GettingStarted/DockerComposeSetup)
 - [Install via Helm](https://devlake.apache.org/docs/GettingStarted/HelmSetup)
+- [Install via gh-devlake CLI](https://github.com/DevExpGBB/gh-devlake) — A 
GitHub CLI extension that deploys, configures, and monitors DevLake entirely 
from the terminal. Supports local Docker and Azure deployments.
 
 ## 🤓 Usage
 

Reply via email to