Skip to content

Commit ae73b6e

Browse files
authored
Merge pull request #208 from docker/update-docs-1.19.0
update docs for v1.19.0
2 parents fc529c7 + 7fcf902 commit ae73b6e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/docker_scout_watch.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
command: docker scout watch
22
short: |
3-
Watch repositories in a registry and push images and indexes to Docker Scout (experimental)
3+
Watch repositories in a registry and push images and indexes to Docker Scout
44
long: |
55
The docker scout watch command watches repositories in a registry and pushes images or image indexes to Docker Scout.
66
usage: docker scout watch
@@ -131,7 +131,7 @@ inherited_options:
131131
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"
132132
deprecated: false
133133
experimental: false
134-
experimentalcli: true
134+
experimentalcli: false
135135
kubernetes: false
136136
swarm: false
137137

docs/scout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Command line tool for Docker Scout
3030
| [`stream`](scout_stream.md) | Manage streams (experimental) |
3131
| [`version`](scout_version.md) | Show Docker Scout version information |
3232
| [`vex`](scout_vex.md) | Manage VEX attestations on images |
33-
| [`watch`](scout_watch.md) | Watch repositories in a registry and push images and indexes to Docker Scout (experimental) |
33+
| [`watch`](scout_watch.md) | Watch repositories in a registry and push images and indexes to Docker Scout |
3434

3535

3636

docs/scout_watch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# docker scout watch
22

33
<!---MARKER_GEN_START-->
4-
Watch repositories in a registry and push images and indexes to Docker Scout (experimental)
4+
Watch repositories in a registry and push images and indexes to Docker Scout
55

66
### Options
77

0 commit comments

Comments
 (0)