• Returns true if the environment in which the CLI is running is either a local environment (where dev is present) or a cloud environment (spin).

    Parameters

    • env: ProcessEnv = process.env

      The environment variables from the environment of the current process.

    Returns Promise<boolean>

    True if the CLI is used in a Shopify environment.