class Hyrb::Commands::Creds

Public Instance Methods

build() click to toggle source
# File lib/hyrb/commands/creds.rb, line 10
def build
  pipeline(Hyrb::Tasks::Creds::Build)
end
edit() click to toggle source
# File lib/hyrb/commands/creds.rb, line 15
def edit
  pipeline(Hyrb::Tasks::Creds::Edit)
end
show() click to toggle source
# File lib/hyrb/commands/creds.rb, line 5
def show
  pipeline(Hyrb::Tasks::Creds::Show)
end