Class: ClusterFsck::Commands::Environments

Inherits:
Object
  • Object
show all
Includes:
S3Methods
Defined in:
lib/clusterfsck/commands/environments.rb

Instance Method Summary collapse

Methods included from S3Methods

#all_environments, #all_files, #bucket, #cluster_fsck_env, credentials, #credentials, #full_s3_path, s3, #s3, #s3_object

Instance Method Details

#run_command(args, options = {}) ⇒ Object



8
9
10
# File 'lib/clusterfsck/commands/environments.rb', line 8

def run_command(args, options = {})
  $stdout.puts(all_environments.join("\n"))
end