Hammer content-view version promote help

Never mind. I figured it out. :slight_smile:
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.

1 Like