Skip to content

Instantly share code, notes, and snippets.

@y-yagi
Created July 8, 2017 00:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save y-yagi/1af98d25d580cf4d04a7d9232d3d6b54 to your computer and use it in GitHub Desktop.
Save y-yagi/1af98d25d580cf4d04a7d9232d3d6b54 to your computer and use it in GitHub Desktop.
[Rails] show Encrypted secrets
namespace :secrets do
desc "show secrets"
task show: :environment do
puts Rails::Secrets.read
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment