Sha256: 9ffff1d2e58727c226b8a39be9c6f9cf2fe9f3dbf14fa8e4ca16acf9e5bf11a3
Contents?: true
Size: 321 Bytes
Versions: 2
Compression:
Stored size: 321 Bytes
Contents
arg :aws_account desc 'Export an Audit to Google SpreadSheets' command 'export' do |c| c.action do |global_options, options, args| require_relative '../scripts/export' raise ArgumentError, 'You must specify an AWS account' unless args.first AwsAuditor::Scripts::Export.execute(args.first, options) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
aws_auditor-0.1.2 | lib/aws_auditor/commands/export.rb |
aws_auditor-0.1.1 | lib/aws_auditor/commands/export.rb |