@shopify/cli-kit
    Preparing search index...

    Function outputSuccess

    • Outputs a success message to the user. Success messages receive a special formatting to make them stand out in the console. Note: Success messages are sent through the standard error.

      Parameters

      • content: OutputMessage

        The content to be output to the user.

      • logger: Logger = consoleWarn

        The logging function to use to output to the user.

      Returns void