Annotate an image.
Annotating an image gives the ability to add extra context on your already existing images.
codefresh annotate image <id>
codefresh annotate img <id>
| Option | Alias | Default | Description |
|---|---|---|---|
| id | Docker image full name or id |
| Option | Alias | Type | Default | Description |
|---|---|---|---|---|
| --help | Print help information | |||
| --label | -l | array | annotations to add to the image |
codefresh annotate image 2dfacdaad466 -l coverage=75%
codefresh annotate image 2dfacdaad466 -l coverage=75% -l tests_passed=true
codefresh annotate image codefresh/cli:latest -l coverage=75% -l tests_passed=true