method

show

show()
public

No documentation available.

# File railties/lib/rails/commands/credentials/credentials_command.rb, line 35
      def show
        load_environment_config!

        say credentials.read.presence || missing_credentials!
      end