class CircleCI::CLI::Command::ProjectsCommand

Public Class Methods

run(options) click to toggle source
# File lib/circleci/cli/command/projects_command.rb, line 8
def run(options)
  setup_token
  say Printer::ProjectPrinter.new(Response::Project.all, pretty: options.pretty).to_s
end