Hi all,
we’re using mender-cli artifacts upload
from mendersoftware/mender-ci-tools:1.0.0
. When uploading an artifact that has same <mender-artifact>.tar.gz/header.tar.gz/artifact-info
as an existing image, it will just tell
FAILURE: artifact upload to ‘hosted.mender.io’ failed with status 409
Only when uploading the artifact through the webinterface at hosted.mender.io, one will get a helpful error message being “Artifact with same name or depends exists already”.
Please update the CLI tool to also provide this error message.
Thanks