method
show
v6.1.3.1 -
Show latest stable
- Class:
Rails::Command::CredentialsCommand
show()public
No documentation available.
# File railties/lib/rails/commands/credentials/credentials_command.rb, line 46
def show
extract_environment_option_from_argument(default_environment: nil)
require_application!
say credentials.read.presence || missing_credentials_message
end