Never mind. I figured it out.
I was using the wrong value for the version id. I changed it to:
CURVERS=$(hammer --csv content-view version list --content-view-id ${ID} | grep -v 'Id,Name' | head -1 | cut -d, -f1)
and that worked.
Never mind. I figured it out.
I was using the wrong value for the version id. I changed it to:
CURVERS=$(hammer --csv content-view version list --content-view-id ${ID} | grep -v 'Id,Name' | head -1 | cut -d, -f1)
and that worked.