inherited
14 15 16 17
# File 'lib/jcf/cli/commands/cf/services.rb', line 14 def call(broker:, **) # gather all service offerings and plans for a single broker out.puts formatter.format(data: JCF::CF::Services.first(name: broker), tree: true) end