Annotate Image

Description

Annotate an image.

Annotating an image gives the ability to add extra context on your already existing images.

Command

codefresh annotate image <id>

Aliases

codefresh annotate img <id>

Arguments

Option Alias Default Description
id Docker image full name or id

Options

Option Alias Type Default Description
--help Print help information
--label -l array annotations to add to the image

Examples

Annotate an image with a single label

codefresh annotate image 2dfacdaad466 -l coverage=75%

Annotate an image with multiple labels

codefresh annotate image 2dfacdaad466 -l coverage=75% -l tests_passed=true