Method: Rails::Command::CredentialsCommand#show

Defined in:
railties/lib/rails/commands/credentials/credentials_command.rb

#showObject



35
36
37
38
39
# File 'railties/lib/rails/commands/credentials/credentials_command.rb', line 35

def show
  load_environment_config!

  say credentials.read.presence || missing_credentials_message
end