How can the release id be retrieved for tagging

If only need the to tag the latest release, balena app should be enough:

balena tag set version SomeRelease.RC.TEST --release $(balena app "${APP}" | grep COMMIT | awk '{print $2}')
2 Likes