@forge/cli
12.10.1-next.512.10.1-next.6-experimental-a8bc05b
out/service/cached-config-service.d.tsout/service/cached-config-service.d.ts+3
Index: package/out/service/cached-config-service.d.ts
===================================================================
--- package/out/service/cached-config-service.d.ts
+++ package/out/service/cached-config-service.d.ts
@@ -1,8 +1,11 @@
import { CachedConf } from '@forge/cli-shared';
export declare class CachedConfigService {
private readonly cachedConf;
constructor(cachedConf: CachedConf);
+ getGlobalProxy(): string | undefined;
+ setGlobalProxy(preference: string | null): void;
+ deleteGlobalProxy(): void;
getAnalyticsPreferences(): boolean | undefined;
setAnalyticsPreferences(preference: boolean): void;
private getDefaultEnvironments;
getDefaultEnvironment(appId: string): string | undefined;