Q3: Answer-update

هذا الالتزام موجود في:
2026-07-27 19:54:25 +03:00
الأصل c615530c15
التزام 85fb8b63f2

عرض الملف

@@ -27,21 +27,21 @@ curl -sL [https://cli.ghaymah.systems/install](https://cli.ghaymah.systems/insta
## Step 2: Authentication ## Step 2: Authentication
To link the CLI with your Ghaymah account, you must authenticate either interactively or via an API token: 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 ghaymah login
# Automated login using a Token (for GitHub Actions/Pipelines) **Automated login using a Token (for GitHub Actions/Pipelines)**
ghaymah login --token <YOUR_GHAYMAH_API_TOKEN> ghaymah login --token <YOUR_GHAYMAH_API_TOKEN>
## Step 3: Project Configuration ## Step 3: Project Configuration
Link your local workspace to the remote project hosted on the Ghaymah platform: 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 <PROJECT_ID> ghaymah project link --id <PROJECT_ID>
## Step 4: Execution & Monitoring ## Step 4: Execution & Monitoring
Once configured, engineers can trigger deployments and monitor container health directly from the terminal: 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 ghaymah app deploy
# Stream live container logs for troubleshooting **Stream live container logs for troubleshooting**
ghaymah logs tail --app q1-sre-api ghaymah logs tail --app q1-sre-api