From d3530dd999b1259b0a14b72ca0e52436a56771cc Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Fri, 7 Mar 2025 14:59:01 +0000 Subject: [PATCH] dd-cli-cicd-fix (#22187) ## Description Clarity as per support's request https://docker.slack.com/archives/C027X59V596/p1741283172585929 ## Related issues or tickets ## Reviews - [ ] Technical review - [ ] Editorial review - [ ] Product review --- content/manuals/desktop/features/desktop-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/desktop/features/desktop-cli.md b/content/manuals/desktop/features/desktop-cli.md index 6c188b4a60..b065de091a 100644 --- a/content/manuals/desktop/features/desktop-cli.md +++ b/content/manuals/desktop/features/desktop-cli.md @@ -17,7 +17,7 @@ The Docker Desktop CLI lets you perform key operations such as starting, stoppin The Docker Desktop CLI provides: -- Enhanced automation and CI/CD integration: Perform Docker Desktop operations directly in CI/CD pipelines for better workflow automation. +- Simplified automation for local development: Execute Docker Desktop operations more efficiently in scripts and tests. - An improved developer experience: Restart, quit, or reset Docker Desktop from the command line, reducing dependency on the Docker Desktop Dashboard and improving flexibility and efficiency. ## Usage