Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/docker_scout_watch.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

2 changes: 1 addition & 1 deletion docs/scout.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |



Expand Down
2 changes: 1 addition & 1 deletion docs/scout_watch.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# docker scout watch

<!---MARKER_GEN_START-->
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

Expand Down
Loading