class Rails::Command::CredentialsCommand

def show

def show
  extract_environment_option_from_argument(default_environment: nil)
  require_application!
  say credentials.read.presence || missing_credentials_message
end