lib/datapimp/cli/view.rb in datapimp-1.0.11 vs lib/datapimp/cli/view.rb in datapimp-1.0.12
- old
+ new
@@ -12,9 +12,11 @@
rows = []
rows << ["Bucket Name", bucket.remote]
rows << ["Website Hostname", bucket.website_hostname]
rows << ["Website URL", bucket.website_url]
rows << ["Cloudfront Hostname", cloudfront.domain]
+ rows << ["Cloudfront ID", cloudfront.id]
+ rows << ["Cloudfront Domains", cloudfront.cname && cloudfront.cname.join(",")]
table = Terminal::Table.new :rows => rows, :headings => %w(Setting Value)
puts table
end