From 9dc4e3aa8697df46b5b2b4cf6fd99ba91f37e41b Mon Sep 17 00:00:00 2001 From: Sergiy Kulanov Date: Sun, 26 Apr 2026 13:22:30 +0300 Subject: [PATCH] EPMDEDP-16731: docs: Update documentation Signed-off-by: Sergiy Kulanov --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53a812c..97c4e1e 100644 --- a/README.md +++ b/README.md @@ -73,8 +73,9 @@ stable enough to treat `krci` as a first-class agent tool. | Area | What you get | Docs | |---------------|----------------------------------------------------------------------------------|-------------------------------------------| | Authentication | OIDC + PKCE browser flow, AES-256-GCM token storage, OS keyring integration | [`docs/auth.md`](docs/auth.md) | -| Projects | List and inspect `Codebase` resources | [`docs/project.md`](docs/project.md) | -| Deployments | Inspect `CDPipeline` resources, their apps, environments, and promotion gates | [`docs/deployment.md`](docs/deployment.md)| +| Projects | List and inspect projects | [`docs/project.md`](docs/project.md) | +| Deployments | Inspect deployments, their apps, environments, and promotion gates | [`docs/deployment.md`](docs/deployment.md)| +| Environments | Inspect envs — deployed apps, infrastructure, gates, and health | [`docs/env.md`](docs/env.md) | | Pipeline runs | List, filter, stream logs, and diagnose failures across Tekton runs | [`docs/pipelinerun.md`](docs/pipelinerun.md) | | SonarQube | Projects, quality gates, measures, and issues via the Portal's Sonar binding | [`docs/sonar.md`](docs/sonar.md) |