@shopify/cli-kit
Version:
A set of utilities, interfaces, and models that are common across all the platform features
11 lines (10 loc) • 406 B
TypeScript
/**
* Shows a warning if there are two Shopify CLI installations found (global and local).
* Won't show anything if the user included the --json flag.
*
* @param directory - The directory of the project.
* @param dependencies - The dependencies of the project.
*/
export declare function showMultipleCLIWarningIfNeeded(directory: string, dependencies: {
[key: string]: string;
}): Promise<void>;