2872: Use data chooser for running pipelines. Many presentation fixes.
[arvados.git] / apps / workbench / app / views / application / _show_advanced_cli_example.html.erb
1 <pre>
2 arv --pretty <%= object.class.to_s.underscore %> get \
3  --uuid <%= object.uuid %>
4
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("'","'\''") %>'
8 </pre>