UNPKG

@topgroup/diginext

Version:

A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.

17 lines 805 B
export declare const DIGINEXT_DOMAIN = "diginext.site"; export declare const HOME_DIR: string; export declare const KUBECONFIG_DIR: string; export declare const KUBECONFIG_FILE: string; export declare const SSH_DIR: string; export declare const CLI_DIR: string; export declare const CLI_CONFIG_DIR: string; export declare const CLI_CONFIG_FILE: string; export declare const STORAGE_DIR: string; export declare const SYSTEM_LOG_DIR: string; export declare const FULL_DEPLOYMENT_TEMPLATE_PATH: string; export declare const NAMESPACE_TEMPLATE_PATH: string; export declare const README_TEMPLATE_PATH: string; export declare const DIGITOP_CDN_URL = "https://google-cdn.digitop.vn"; export declare const ANALYTICS_SA_PATH: string; export declare const BUILD_ENV_PATH: string; //# sourceMappingURL=const.d.ts.map