Appearance
release
The release command applies a new release to an image.
Usage: turbo release <image> <release>
<options> available:
--format=VALUE Use json format for outputApply 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.
