From 7fcf9029e960d42390d8b55e68892ad2b0f2de42 Mon Sep 17 00:00:00 2001 From: Chris Ainsworth-Patrick Date: Mon, 15 Dec 2025 16:22:14 +0000 Subject: [PATCH] update docs for v1.19.0 --- docs/docker_scout_watch.yaml | 4 ++-- docs/scout.md | 2 +- docs/scout_watch.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docker_scout_watch.yaml b/docs/docker_scout_watch.yaml index 2d5368c..24e1f68 100644 --- a/docs/docker_scout_watch.yaml +++ b/docs/docker_scout_watch.yaml @@ -1,6 +1,6 @@ command: docker scout watch short: | - Watch repositories in a registry and push images and indexes to Docker Scout (experimental) + Watch repositories in a registry and push images and indexes to Docker Scout long: | The docker scout watch command watches repositories in a registry and pushes images or image indexes to Docker Scout. usage: docker scout watch @@ -131,7 +131,7 @@ inherited_options: examples: " Watch for new images from two repositories and push them\n $ docker scout watch --org my-org --repository registry-1.example.com/repo-1 --repository registry-2.example.com/repo-2\e[0m\n\n Only push images with a specific tag\n $ docker scout watch --org my-org --repository registry.example.com/my-service --tag latest\e[0m\n\n Watch all repositories of a registry\n $ docker scout watch --org my-org --registry registry.example.com\e[0m\n\n Push all images and not just the new ones\n $ docker scout watch --org my-org --repository registry.example.com/my-service --all-images\e[0m" deprecated: false experimental: false -experimentalcli: true +experimentalcli: false kubernetes: false swarm: false diff --git a/docs/scout.md b/docs/scout.md index 8b9b9e2..6c9eb4a 100644 --- a/docs/scout.md +++ b/docs/scout.md @@ -30,7 +30,7 @@ Command line tool for Docker Scout | [`stream`](scout_stream.md) | Manage streams (experimental) | | [`version`](scout_version.md) | Show Docker Scout version information | | [`vex`](scout_vex.md) | Manage VEX attestations on images | -| [`watch`](scout_watch.md) | Watch repositories in a registry and push images and indexes to Docker Scout (experimental) | +| [`watch`](scout_watch.md) | Watch repositories in a registry and push images and indexes to Docker Scout | diff --git a/docs/scout_watch.md b/docs/scout_watch.md index 6fb14a1..bcc3643 100644 --- a/docs/scout_watch.md +++ b/docs/scout_watch.md @@ -1,7 +1,7 @@ # docker scout watch -Watch repositories in a registry and push images and indexes to Docker Scout (experimental) +Watch repositories in a registry and push images and indexes to Docker Scout ### Options