From 85fb8b63f2099b48391920d3a9f78fae86a4d8a8 Mon Sep 17 00:00:00 2001 From: MohamedAdelElwekel Date: Mon, 27 Jul 2026 19:54:25 +0300 Subject: [PATCH] Q3: Answer-update --- q3-cicd/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/q3-cicd/README.md b/q3-cicd/README.md index dbee065..602c3ad 100644 --- a/q3-cicd/README.md +++ b/q3-cicd/README.md @@ -27,21 +27,21 @@ curl -sL [https://cli.ghaymah.systems/install](https://cli.ghaymah.systems/insta ## Step 2: Authentication To link the CLI with your Ghaymah account, you must authenticate either interactively or via an API token: -# Interactive login (for developers) +**Interactive login (for developers)** ghaymah login -# Automated login using a Token (for GitHub Actions/Pipelines) +**Automated login using a Token (for GitHub Actions/Pipelines)** ghaymah login --token ## Step 3: Project Configuration Link your local workspace to the remote project hosted on the Ghaymah platform: -# Link the project using its unique Project ID +**Link the project using its unique Project ID** ghaymah project link --id ## Step 4: Execution & Monitoring Once configured, engineers can trigger deployments and monitor container health directly from the terminal: -# Trigger a new deployment +**Trigger a new deployment** ghaymah app deploy -# Stream live container logs for troubleshooting +**Stream live container logs for troubleshooting** ghaymah logs tail --app q1-sre-api