# shellcheck source=../../utils/with-single-node-cluster.sh source "$UTILS"/with-single-node-cluster.sh files="$(isle garage mc -- tree --json garage)" [ "$(echo "$files" | jq -s '.|length')" -ge "1" ] file="$(echo "$files" | jq -sr '.[0].key')" [ "$(isle garage mc -- cat "garage/$file" | wc -c)" -gt "0" ]