Method: Pod::Command::Cache::Proxy::Auth::List#run

Defined in:
lib/cocoapods-cache-proxy/command/cache_proxy/auth/list.rb

#runObject



26
27
28
29
# File 'lib/cocoapods-cache-proxy/command/cache_proxy/auth/list.rb', line 26

def run
  auths = CPSH.get_all_auths
  print_auths(auths)
end