Images

Get Image

codefresh get images [id..]

Get a specific image or an array of images.

Passing [id] argument will cause a retrieval of a specific image.
In case of not passing [id] argument, a list will be returned.

Annotate Image

codefresh annotate image <id>

Annotate an image.

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

Tag Image

codefresh tag <id> [tags..]

Add an image tag.

Tagging an image will result in the creation of a new Docker Image tag. If registry not specified - default is used.

Untag Image

codefresh untag <id> [tags..]

Untag an image.

Untagging an image will result in the removal of tag. If registry not specified - default is used.