@shopify/cli-kit
Version:
A set of utilities, interfaces, and models that are common across all the platform features
15 lines (14 loc) • 490 B
TypeScript
/**
* Utility function for generating an install command for the user to run
* to install an updated version of Shopify CLI.
*
* @returns A string with the command to run.
*/
export declare function cliInstallCommand(): string;
/**
* Generates a message to remind the user to update the CLI.
*
* @param version - The version to update to.
* @returns The message to remind the user to update the CLI.
*/
export declare function getOutputUpdateCLIReminder(version: string): string;