class Rails::Command::CredentialsCommand

def credentials

def credentials
  Rails.application.encrypted(content_path, key_path: key_path)
end