Appearance
turbo release
The release command applies a new release to an image.
Usage
text
Usage: turbo release <image> <release>Options
--format=VALUE— Use json format for output
Apply a new release to the head version of an image.
Examples
> turbo release my-image 1.0
Output image: my-image:1.0JSON output
When --format=json option was passed this command will provide output in JSON format. It will contain either image object with information about newly released image or an error object if command failed.
