Merge pull request #17401 from ChrisChinchilla/chrisward/scout-compare-cli

Make Scout compare command consistent with release cycle and other changes
This commit is contained in:
Chris Chinchilla 2023-05-25 13:18:05 +02:00 committed by GitHub
commit 0006eb16bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
command: docker scout compare
short: '[early preview] Compare two images and display differences'
short: '[experimental] Compare two images and display differences'
long: |-
The `docker scout compare` command analyzes two images and displays a comparison of both.
> This command is in **early preview** and its behaviour might change in the future
> This command is **experimental** and its behaviour might change in the future
The main usage is to compare two versions of the same image.
For instance when a new image is built and compared to the version running in production.