• Fetch notifications in background as a detached process.

    Parameters

    • currentCommand: string

      The current Shopify command being run.

    • argv: string[] = process.argv

      The arguments passed to the current process.

    • environment: ProcessEnv = process.env

      Process environment variables.

    Returns void