method

show

show(*)
public

No documentation available.

# File railties/lib/rails/commands/encrypted/encrypted_command.rb, line 26
      def show(*)
        load_environment_config!

        say encrypted_configuration.read.presence || missing_encrypted_configuration_message
      end