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