lib/bbcloud/commands/images-show.rb in bbcloud-0.9 vs lib/bbcloud/commands/images-show.rb in bbcloud-0.9.1

- old
+ new

@@ -12,10 +12,10 @@ warn "Couldn't find image #{id}" end table_opts = global_options.merge({ :vertical => true, - :fields => [:id, :type, :owner, :created_at, :status, :arch, :name, :description, :virtual_size, :disk_size, :ancestor_id ] + :fields => [:id, :type, :owner, :created_at, :status, :arch, :name, :description, :virtual_size, :disk_size, "compatibility_mode", :official, :ancestor_id ] }) render_table(images, table_opts) end