branch_name, build_number, project_name, setup_token
8 9 10 11
# 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