@shopify/cli
Version:
A CLI tool to build for the Shopify platform
14 lines (13 loc) • 745 B
TypeScript
export { DidYouMeanHook } from '@shopify/plugin-did-you-mean';
export { default as TunnelStartHook } from '@shopify/plugin-cloudflare/hooks/tunnel';
export { default as TunnelProviderHook } from '@shopify/plugin-cloudflare/hooks/provider';
export { hooks as PluginHook } from '@oclif/plugin-plugins';
export { AppSensitiveMetadataHook, AppInitHook, AppPublicMetadataHook } from '@shopify/app';
export { push, pull, fetchStoreThemes } from '@shopify/theme';
export declare const HydrogenInitHook: import("@oclif/core").Hook<"init">;
interface RunShopifyCLIOptions {
development: boolean;
}
declare function runShopifyCLI({ development }: RunShopifyCLIOptions): Promise<void>;
export declare const COMMANDS: any;
export default runShopifyCLI;