@azure/static-web-apps-cli
Version:
Azure Static Web Apps CLI
8 lines • 620 B
TypeScript
import { Command } from "commander";
import { SWACommand } from "../constants.js";
export declare function configureOptions(configName: string | undefined, options: SWACLIConfig, command: Command, commandName: SWACommand, loadConfigFile?: boolean): Promise<SWACLIConfig>;
export declare function getUserOptions(command: Command): SWACLIConfig;
export declare function isUserOption(option: keyof SWACLIConfig): boolean;
export declare function isConfigFileOption(option: keyof SWACLIConfig): boolean;
export declare function isUserOrConfigOption(option: keyof SWACLIConfig): boolean;
//# sourceMappingURL=options.d.ts.map