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