Class: Hyrb::Tasks::Creds::Show

Inherits:
Hyrb::Task show all
Defined in:
lib/hyrb/tasks/creds.rb

Instance Attribute Summary

Attributes inherited from Hyrb::Task

#env, #pipeline

Instance Method Summary collapse

Methods inherited from Hyrb::Task

depends, #initialize, prompt, prompts, #run_before

Constructor Details

This class inherits a constructor from Hyrb::Task

Instance Method Details

#run(env) ⇒ Object



19
20
21
# File 'lib/hyrb/tasks/creds.rb', line 19

def run(env)
  say env.creds.data.to_hash.to_yaml
end