From 5591dc10006ff49b252c0f46d979a4004fec2325 Mon Sep 17 00:00:00 2001 From: Eldrick Wega Date: Thu, 26 Feb 2026 21:00:27 +0300 Subject: [PATCH] docs: add gh-devlake CLI to QuickStart as alternative installation method Adds gh-devlake as a third installation option in Step 1 alongside Docker Compose and Helm, with a brief install snippet. Related: apache/incubator-devlake#8732 --- docs/GettingStarted/QuickStart.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/GettingStarted/QuickStart.md b/docs/GettingStarted/QuickStart.md index 8132196b641..e27e91917f5 100644 --- a/docs/GettingStarted/QuickStart.md +++ b/docs/GettingStarted/QuickStart.md @@ -8,7 +8,14 @@ sidebar_position: 1 The key steps to deploy and utilize Apache DevLake. ## Step 1. Install DevLake -Install DevLake using either Docker Compose or Helm. If you want to upgrade DevLake to a newer version, please refer to the upgrade manuals. +Install DevLake using either Docker Compose, Helm, or the gh-devlake CLI. If you want to upgrade DevLake to a newer version, please refer to the upgrade manuals. + +**Prefer the terminal?** You can use [gh-devlake](https://github.com/DevExpGBB/gh-devlake), a GitHub CLI extension that deploys, configures, and monitors DevLake entirely from the command line: + +```bash +gh extension install DevExpGBB/gh-devlake +gh devlake init +``` ## Step 2. Configure DevLake Configure DevLake via the Config UI. Follow the tutorial for configuration instructions. If you specifically want to configure DORA metrics, please refer to the DORA manuals for detailed instructions.