UNPKG

adastra-cli

Version:

Adastra CLI ✨ is a CLI toolkit built on top of Shopify CLI 3.X, this means that existing Adastra commands are the same as Shopify's. The goal from this package is to allow developers to use one CLI intefrace between the Vite and Shopify development server

15 lines (12 loc) 797 B
import * as _oclif_core_lib_interfaces from '@oclif/core/lib/interfaces'; import * as _oclif_core_lib_interfaces_parser from '@oclif/core/lib/interfaces/parser'; declare const globalFlags: { environment: _oclif_core_lib_interfaces.OptionFlag<string | undefined, _oclif_core_lib_interfaces_parser.CustomOptions>; verbose: _oclif_core_lib_interfaces.BooleanFlag<boolean>; }; declare const themeFlags: { path: _oclif_core_lib_interfaces.OptionFlag<string, _oclif_core_lib_interfaces_parser.CustomOptions>; password: _oclif_core_lib_interfaces.OptionFlag<string | undefined, _oclif_core_lib_interfaces_parser.CustomOptions>; store: _oclif_core_lib_interfaces.OptionFlag<string | undefined, _oclif_core_lib_interfaces_parser.CustomOptions>; }; export { globalFlags, themeFlags };