2 arv --pretty <%= object.class.to_s.underscore %> get \
3 --uuid <%= object.uuid %>
5 arv <%= object.class.to_s.underscore %> update \
6 --uuid <%= object.uuid %> \
7 --<%= object.class.to_s.underscore.gsub '_', '-' %> '<%= JSON.generate({object.attributes.keys[-3] => object.attributes.values[-3]}).gsub("'","'\''") %>'