Sha256: b6dd3c9c4180f99aa3e9a5c049a9c7a36725d048a25afdc55c023f0a8abcad32
Contents?: true
Size: 403 Bytes
Versions: 30
Compression:
Stored size: 403 Bytes
Contents
require 'ey-core/cli/subcommand' module Ey module Core module Cli class Accounts < Subcommand title "accounts" summary "Retrieve a list of Engine Yard accounts that you have access to." def handle table_data = TablePrint::Printer.new(core_accounts, [{id: {width: 36}}, :name]) puts table_data.table_print end end end end end
Version data entries
30 entries across 30 versions & 2 rubygems