Skip to content

Instantly share code, notes, and snippets.

@MaksimenkoPG
Created May 16, 2021 18:12
Show Gist options
  • Save MaksimenkoPG/20828faf3ec65ab170b19848513bcc23 to your computer and use it in GitHub Desktop.
Save MaksimenkoPG/20828faf3ec65ab170b19848513bcc23 to your computer and use it in GitHub Desktop.
# lib/tasks/print_repository_info.rake
desc 'Print repo info, usage: rake print_repository_info repository_url=repository_url'
task print_repository_info: :environment do
PrintRepositoryInfo.perform url: ENV['repository_url']
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment