For constructing fluxctl release command lines, it is really helpful to be able to copy the image name. compare-revisions makes this difficult in two ways:
the image repo (e.g., quay.io/weaveworks/helloworld) is displayed separately from the tag.
the revision shown isn't actually a tag -- we tend to prepend the branch name (e.g., master-), and apparently only sometimes use the same number of characters from the SHA1 hash.
For constructing
fluxctl release
command lines, it is really helpful to be able to copy the image name. compare-revisions makes this difficult in two ways:quay.io/weaveworks/helloworld
) is displayed separately from the tag.master-
), and apparently only sometimes use the same number of characters from the SHA1 hash.