def all
      apps = client.app.all
      if options[:short]
        say(apps.map {|app| app.pretty_print}.join("\n\n"))
      else