Sha256: 775844dafb32fb9171255785efc59898af647a4b19e7c4969bf120b979e97529

Contents?: true

Size: 297 Bytes

Versions: 3

Compression:

Stored size: 297 Bytes

Contents

class Ey::Core::Cli::Accounts < Ey::Core::Cli::Subcommand
  title "accounts"
  summary "Retrieve a list of Engine Yard accounts that you have access to."

  def handle
    table_data = TablePrint::Printer.new(current_accounts, [{id: {width: 36}}, :name])
    puts table_data.table_print
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ey-core-3.1.2 lib/ey-core/cli/accounts.rb
ey-core-3.1.1 lib/ey-core/cli/accounts.rb
ey-core-3.1.0 lib/ey-core/cli/accounts.rb