@salesforce/core 3.31.4 → 3.31.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +11 -11
- package/README.md +222 -222
- package/lib/config/aliasesConfig.d.ts +12 -12
- package/lib/config/aliasesConfig.js +27 -27
- package/lib/config/authInfoConfig.d.ts +19 -19
- package/lib/config/authInfoConfig.js +34 -34
- package/lib/config/config.d.ts +311 -311
- package/lib/config/config.js +574 -574
- package/lib/config/configAggregator.d.ts +232 -232
- package/lib/config/configAggregator.js +379 -379
- package/lib/config/configFile.d.ts +199 -199
- package/lib/config/configFile.js +340 -340
- package/lib/config/configGroup.d.ts +141 -141
- package/lib/config/configGroup.js +224 -224
- package/lib/config/configStore.d.ts +241 -241
- package/lib/config/configStore.js +352 -352
- package/lib/config/envVars.d.ts +101 -101
- package/lib/config/envVars.js +456 -456
- package/lib/config/orgUsersConfig.d.ts +31 -31
- package/lib/config/orgUsersConfig.js +41 -41
- package/lib/config/sandboxOrgConfig.d.ts +37 -37
- package/lib/config/sandboxOrgConfig.js +50 -50
- package/lib/config/sandboxProcessCache.d.ts +16 -16
- package/lib/config/sandboxProcessCache.js +37 -37
- package/lib/config/tokensConfig.d.ts +10 -10
- package/lib/config/tokensConfig.js +28 -28
- package/lib/config/ttlConfig.d.ts +34 -34
- package/lib/config/ttlConfig.js +54 -54
- package/lib/crypto/crypto.d.ts +54 -54
- package/lib/crypto/crypto.js +220 -220
- package/lib/crypto/keyChain.d.ts +8 -8
- package/lib/crypto/keyChain.js +61 -61
- package/lib/crypto/keyChainImpl.d.ts +116 -116
- package/lib/crypto/keyChainImpl.js +486 -486
- package/lib/crypto/secureBuffer.d.ts +46 -46
- package/lib/crypto/secureBuffer.js +82 -82
- package/lib/deviceOauthService.d.ts +71 -71
- package/lib/deviceOauthService.js +191 -191
- package/lib/exported.d.ts +38 -38
- package/lib/exported.js +118 -118
- package/lib/global.d.ts +70 -70
- package/lib/global.js +109 -109
- package/lib/lifecycleEvents.d.ts +93 -93
- package/lib/lifecycleEvents.js +188 -188
- package/lib/logger.d.ts +381 -381
- package/lib/logger.js +734 -734
- package/lib/messages.d.ts +291 -291
- package/lib/messages.js +543 -543
- package/lib/org/authInfo.d.ts +344 -344
- package/lib/org/authInfo.js +892 -892
- package/lib/org/authRemover.d.ts +88 -88
- package/lib/org/authRemover.js +182 -182
- package/lib/org/connection.d.ts +197 -197
- package/lib/org/connection.js +395 -395
- package/lib/org/index.d.ts +6 -6
- package/lib/org/index.js +28 -28
- package/lib/org/org.d.ts +558 -558
- package/lib/org/org.js +1267 -1267
- package/lib/org/orgConfigProperties.d.ts +69 -69
- package/lib/org/orgConfigProperties.js +136 -136
- package/lib/org/permissionSetAssignment.d.ts +35 -35
- package/lib/org/permissionSetAssignment.js +125 -125
- package/lib/org/scratchOrgCache.d.ts +20 -20
- package/lib/org/scratchOrgCache.js +32 -32
- package/lib/org/scratchOrgCreate.d.ts +54 -54
- package/lib/org/scratchOrgCreate.js +216 -216
- package/lib/org/scratchOrgErrorCodes.d.ts +10 -10
- package/lib/org/scratchOrgErrorCodes.js +88 -88
- package/lib/org/scratchOrgFeatureDeprecation.d.ts +26 -26
- package/lib/org/scratchOrgFeatureDeprecation.js +109 -109
- package/lib/org/scratchOrgInfoApi.d.ts +68 -68
- package/lib/org/scratchOrgInfoApi.js +413 -413
- package/lib/org/scratchOrgInfoGenerator.d.ts +64 -64
- package/lib/org/scratchOrgInfoGenerator.js +241 -241
- package/lib/org/scratchOrgLifecycleEvents.d.ts +10 -10
- package/lib/org/scratchOrgLifecycleEvents.js +40 -40
- package/lib/org/scratchOrgSettingsGenerator.d.ts +78 -78
- package/lib/org/scratchOrgSettingsGenerator.js +276 -276
- package/lib/org/scratchOrgTypes.d.ts +43 -43
- package/lib/org/scratchOrgTypes.js +8 -8
- package/lib/org/user.d.ts +187 -187
- package/lib/org/user.js +448 -448
- package/lib/schema/printer.d.ts +79 -79
- package/lib/schema/printer.js +260 -260
- package/lib/schema/validator.d.ts +70 -70
- package/lib/schema/validator.js +169 -169
- package/lib/sfError.d.ts +73 -73
- package/lib/sfError.js +136 -136
- package/lib/sfProject.d.ts +357 -357
- package/lib/sfProject.js +671 -671
- package/lib/stateAggregator/accessors/aliasAccessor.d.ts +98 -98
- package/lib/stateAggregator/accessors/aliasAccessor.js +145 -145
- package/lib/stateAggregator/accessors/orgAccessor.d.ts +101 -101
- package/lib/stateAggregator/accessors/orgAccessor.js +240 -240
- package/lib/stateAggregator/accessors/sandboxAccessor.d.ts +8 -8
- package/lib/stateAggregator/accessors/sandboxAccessor.js +27 -27
- package/lib/stateAggregator/accessors/tokenAccessor.d.ts +63 -63
- package/lib/stateAggregator/accessors/tokenAccessor.js +79 -79
- package/lib/stateAggregator/index.d.ts +4 -4
- package/lib/stateAggregator/index.js +26 -26
- package/lib/stateAggregator/stateAggregator.d.ts +25 -25
- package/lib/stateAggregator/stateAggregator.js +45 -45
- package/lib/status/myDomainResolver.d.ts +66 -66
- package/lib/status/myDomainResolver.js +124 -124
- package/lib/status/pollingClient.d.ts +85 -85
- package/lib/status/pollingClient.js +115 -115
- package/lib/status/streamingClient.d.ts +244 -244
- package/lib/status/streamingClient.js +436 -436
- package/lib/status/types.d.ts +89 -89
- package/lib/status/types.js +17 -17
- package/lib/testSetup.d.ts +553 -553
- package/lib/testSetup.js +871 -871
- package/lib/util/cache.d.ts +11 -11
- package/lib/util/cache.js +69 -69
- package/lib/util/checkLightningDomain.d.ts +1 -1
- package/lib/util/checkLightningDomain.js +28 -28
- package/lib/util/directoryWriter.d.ts +12 -12
- package/lib/util/directoryWriter.js +53 -53
- package/lib/util/getJwtAudienceUrl.d.ts +4 -4
- package/lib/util/getJwtAudienceUrl.js +18 -18
- package/lib/util/internal.d.ts +58 -58
- package/lib/util/internal.js +118 -118
- package/lib/util/jsonXmlTools.d.ts +14 -14
- package/lib/util/jsonXmlTools.js +38 -38
- package/lib/util/mapKeys.d.ts +14 -14
- package/lib/util/mapKeys.js +51 -51
- package/lib/util/sfdc.d.ts +52 -52
- package/lib/util/sfdc.js +85 -85
- package/lib/util/sfdcUrl.d.ts +72 -72
- package/lib/util/sfdcUrl.js +215 -215
- package/lib/util/structuredWriter.d.ts +9 -9
- package/lib/util/structuredWriter.js +2 -2
- package/lib/util/zipWriter.d.ts +16 -16
- package/lib/util/zipWriter.js +67 -67
- package/lib/webOAuthServer.d.ts +156 -156
- package/lib/webOAuthServer.js +388 -388
- package/messages/auth.md +37 -37
- package/messages/config.md +156 -156
- package/messages/connection.md +30 -30
- package/messages/core.json +20 -20
- package/messages/core.md +67 -67
- package/messages/encryption.md +85 -85
- package/messages/envVars.md +303 -303
- package/messages/org.md +63 -63
- package/messages/permissionSetAssignment.md +31 -31
- package/messages/scratchOrgCreate.md +23 -23
- package/messages/scratchOrgErrorCodes.md +115 -115
- package/messages/scratchOrgFeatureDeprecation.md +11 -11
- package/messages/scratchOrgInfoApi.md +15 -15
- package/messages/scratchOrgInfoGenerator.md +23 -23
- package/messages/streaming.md +23 -23
- package/messages/user.md +35 -35
- package/package.json +97 -97
|
@@ -1,232 +1,232 @@
|
|
|
1
|
-
import { AsyncOptionalCreatable } from '@salesforce/kit';
|
|
2
|
-
import { AnyJson, Dictionary, JsonMap, Optional } from '@salesforce/ts-types';
|
|
3
|
-
import { Config, ConfigPropertyMeta } from './config';
|
|
4
|
-
/**
|
|
5
|
-
* Information about a config property.
|
|
6
|
-
*/
|
|
7
|
-
export interface ConfigInfo {
|
|
8
|
-
/**
|
|
9
|
-
* key The config key.
|
|
10
|
-
*/
|
|
11
|
-
key: string;
|
|
12
|
-
/**
|
|
13
|
-
* The location of the config property.
|
|
14
|
-
*/
|
|
15
|
-
location?: ConfigAggregator.Location;
|
|
16
|
-
/**
|
|
17
|
-
* The config value.
|
|
18
|
-
*/
|
|
19
|
-
value?: AnyJson;
|
|
20
|
-
/**
|
|
21
|
-
* The path of the config value.
|
|
22
|
-
*/
|
|
23
|
-
path?: string;
|
|
24
|
-
/**
|
|
25
|
-
* `true` if the config property is in the local project.
|
|
26
|
-
*/
|
|
27
|
-
isLocal: () => boolean;
|
|
28
|
-
/**
|
|
29
|
-
* `true` if the config property is in the global space.
|
|
30
|
-
*/
|
|
31
|
-
isGlobal: () => boolean;
|
|
32
|
-
/**
|
|
33
|
-
* `true` if the config property is an environment variable.
|
|
34
|
-
*/
|
|
35
|
-
isEnvVar: () => boolean;
|
|
36
|
-
/**
|
|
37
|
-
* True if the config property is deprecated.
|
|
38
|
-
*/
|
|
39
|
-
deprecated?: boolean;
|
|
40
|
-
}
|
|
41
|
-
/**
|
|
42
|
-
* Aggregate global and local project config files, as well as environment variables for
|
|
43
|
-
* `config.json`. The resolution happens in the following bottom-up order:
|
|
44
|
-
*
|
|
45
|
-
* 1. Environment variables (`SF_LOG_LEVEL`)
|
|
46
|
-
* 1. Workspace settings (`<workspace-root>/.sf/config.json`)
|
|
47
|
-
* 1. Global settings (`$HOME/.sf/config.json`)
|
|
48
|
-
*
|
|
49
|
-
* Use {@link ConfigAggregator.create} to instantiate the aggregator.
|
|
50
|
-
*
|
|
51
|
-
* ```
|
|
52
|
-
* const aggregator = await ConfigAggregator.create();
|
|
53
|
-
* console.log(aggregator.getPropertyValue('target-org'));
|
|
54
|
-
* ```
|
|
55
|
-
*/
|
|
56
|
-
export declare class ConfigAggregator extends AsyncOptionalCreatable<ConfigAggregator.Options> {
|
|
57
|
-
protected static instance: AsyncOptionalCreatable;
|
|
58
|
-
protected static encrypted: boolean;
|
|
59
|
-
private allowedProperties;
|
|
60
|
-
private localConfig?;
|
|
61
|
-
private globalConfig;
|
|
62
|
-
private envVars;
|
|
63
|
-
/**
|
|
64
|
-
* **Do not directly construct instances of this class -- use {@link ConfigAggregator.create} instead.**
|
|
65
|
-
*
|
|
66
|
-
* @ignore
|
|
67
|
-
*/
|
|
68
|
-
constructor(options?: ConfigAggregator.Options);
|
|
69
|
-
private get config();
|
|
70
|
-
static create<P extends ConfigAggregator.Options, T extends AsyncOptionalCreatable<P>>(this: new (options?: P) => T, options?: P): Promise<T>;
|
|
71
|
-
/**
|
|
72
|
-
* Get the info for a given key. If the ConfigAggregator was not asynchronously created OR
|
|
73
|
-
* the {@link ConfigAggregator.reload} was not called, the config value may be encrypted.
|
|
74
|
-
*
|
|
75
|
-
* @param key The config key.
|
|
76
|
-
*/
|
|
77
|
-
static getValue(key: string): ConfigInfo;
|
|
78
|
-
/**
|
|
79
|
-
* Get the static ConfigAggregator instance. If one doesn't exist, one will be created with
|
|
80
|
-
* the **encrypted** config values. Encrypted config values need to be resolved
|
|
81
|
-
* asynchronously by calling {@link ConfigAggregator.reload}
|
|
82
|
-
*/
|
|
83
|
-
private static getInstance;
|
|
84
|
-
/**
|
|
85
|
-
* Initialize this instances async dependencies.
|
|
86
|
-
*/
|
|
87
|
-
init(): Promise<void>;
|
|
88
|
-
/**
|
|
89
|
-
* Get a resolved config property.
|
|
90
|
-
*
|
|
91
|
-
* **Throws** *{@link SfError}{ name: 'UnknownConfigKeyError' }* An attempt to get a property that's not supported.
|
|
92
|
-
*
|
|
93
|
-
* @param key The key of the property.
|
|
94
|
-
*/
|
|
95
|
-
getPropertyValue<T extends AnyJson>(key: string): Optional<T>;
|
|
96
|
-
/**
|
|
97
|
-
* Get a resolved config property meta.
|
|
98
|
-
*
|
|
99
|
-
* **Throws** *{@link SfError}{ name: 'UnknownConfigKeyError' }* An attempt to get a property that's not supported.
|
|
100
|
-
*
|
|
101
|
-
* @param key The key of the property.
|
|
102
|
-
*/
|
|
103
|
-
getPropertyMeta(key: string): ConfigPropertyMeta;
|
|
104
|
-
/**
|
|
105
|
-
* Get a resolved config property.
|
|
106
|
-
*
|
|
107
|
-
* @param key The key of the property.
|
|
108
|
-
* @param throwOnDeprecation True, if you want an error throw when reading a deprecated config
|
|
109
|
-
*/
|
|
110
|
-
getInfo(key: string, throwOnDeprecation?: boolean): ConfigInfo;
|
|
111
|
-
/**
|
|
112
|
-
* Gets a resolved config property location.
|
|
113
|
-
*
|
|
114
|
-
* For example, `getLocation('logLevel')` will return:
|
|
115
|
-
* 1. `Location.GLOBAL` if resolved to an environment variable.
|
|
116
|
-
* 1. `Location.LOCAL` if resolved to local project config.
|
|
117
|
-
* 1. `Location.ENVIRONMENT` if resolved to the global config.
|
|
118
|
-
*
|
|
119
|
-
* @param key The key of the property.
|
|
120
|
-
*/
|
|
121
|
-
getLocation(key: string): Optional<ConfigAggregator.Location>;
|
|
122
|
-
/**
|
|
123
|
-
* Get a resolved file path or environment variable name of the property.
|
|
124
|
-
*
|
|
125
|
-
* For example, `getPath('logLevel')` will return:
|
|
126
|
-
* 1. `$SF_LOG_LEVEL` if resolved to an environment variable.
|
|
127
|
-
* 1. `./.sf/config.json` if resolved to the local config.
|
|
128
|
-
* 1. `~/.sf/config.json` if resolved to the global config.
|
|
129
|
-
* 1. `undefined`, if not resolved.
|
|
130
|
-
*
|
|
131
|
-
* **Note:** that the path returned may be the absolute path instead of
|
|
132
|
-
* relative paths such as `./` and `~/`.
|
|
133
|
-
*
|
|
134
|
-
* @param key The key of the property.
|
|
135
|
-
*/
|
|
136
|
-
getPath(key: string): Optional<string>;
|
|
137
|
-
/**
|
|
138
|
-
* Get all resolved config property keys, values, locations, and paths.
|
|
139
|
-
*
|
|
140
|
-
* ```
|
|
141
|
-
* > console.log(aggregator.getConfigInfo());
|
|
142
|
-
* [
|
|
143
|
-
* { key: 'logLevel', val: 'INFO', location: 'Environment', path: '$SF_LOG_LEVEL'}
|
|
144
|
-
* { key: 'target-org', val: '<username>', location: 'Local', path: './.sf/config.json'}
|
|
145
|
-
* ]
|
|
146
|
-
* ```
|
|
147
|
-
*/
|
|
148
|
-
getConfigInfo(): ConfigInfo[];
|
|
149
|
-
/**
|
|
150
|
-
* Get the local project config instance.
|
|
151
|
-
*/
|
|
152
|
-
getLocalConfig(): Config | undefined;
|
|
153
|
-
/**
|
|
154
|
-
* Get the global config instance.
|
|
155
|
-
*/
|
|
156
|
-
getGlobalConfig(): Config;
|
|
157
|
-
/**
|
|
158
|
-
* Get the resolved config object from the local, global and environment config instances.
|
|
159
|
-
*/
|
|
160
|
-
getConfig(): JsonMap;
|
|
161
|
-
/**
|
|
162
|
-
* Get the config properties that are environment variables.
|
|
163
|
-
*/
|
|
164
|
-
getEnvVars(): Dictionary<string>;
|
|
165
|
-
/**
|
|
166
|
-
* Re-read all property configurations from disk.
|
|
167
|
-
*/
|
|
168
|
-
reload(): Promise<ConfigAggregator>;
|
|
169
|
-
/**
|
|
170
|
-
* Add an allowed config property.
|
|
171
|
-
*/
|
|
172
|
-
addAllowedProperties(configMetas: ConfigPropertyMeta | ConfigPropertyMeta[]): void;
|
|
173
|
-
/**
|
|
174
|
-
* Set the allowed properties.
|
|
175
|
-
*
|
|
176
|
-
* @param properties The properties to set.
|
|
177
|
-
*/
|
|
178
|
-
protected setAllowedProperties(properties: ConfigPropertyMeta[]): void;
|
|
179
|
-
/**
|
|
180
|
-
* Get the allowed properties.
|
|
181
|
-
*/
|
|
182
|
-
protected getAllowedProperties(): ConfigPropertyMeta[];
|
|
183
|
-
/**
|
|
184
|
-
* Loads all the properties and aggregates them according to location.
|
|
185
|
-
*/
|
|
186
|
-
protected loadProperties(): Promise<void>;
|
|
187
|
-
/**
|
|
188
|
-
* Loads all the properties and aggregates them according to location.
|
|
189
|
-
*/
|
|
190
|
-
private loadPropertiesSync;
|
|
191
|
-
private resolveProperties;
|
|
192
|
-
}
|
|
193
|
-
export declare namespace ConfigAggregator {
|
|
194
|
-
/**
|
|
195
|
-
* An enum of all possible locations for a config value.
|
|
196
|
-
*/
|
|
197
|
-
const enum Location {
|
|
198
|
-
/**
|
|
199
|
-
* Represents the global config.
|
|
200
|
-
*/
|
|
201
|
-
GLOBAL = "Global",
|
|
202
|
-
/**
|
|
203
|
-
* Represents the local project config.
|
|
204
|
-
*/
|
|
205
|
-
LOCAL = "Local",
|
|
206
|
-
/**
|
|
207
|
-
* Represents environment variables.
|
|
208
|
-
*/
|
|
209
|
-
ENVIRONMENT = "Environment"
|
|
210
|
-
}
|
|
211
|
-
type Options = {
|
|
212
|
-
customConfigMeta?: ConfigPropertyMeta[];
|
|
213
|
-
};
|
|
214
|
-
}
|
|
215
|
-
/**
|
|
216
|
-
* A ConfigAggregator that will work with deprecated config vars (e.g. defaultusername, apiVersion).
|
|
217
|
-
* We do NOT recommend using this class unless you absolutely have to.
|
|
218
|
-
*
|
|
219
|
-
* @deprecated
|
|
220
|
-
*/
|
|
221
|
-
export declare class SfdxConfigAggregator extends ConfigAggregator {
|
|
222
|
-
protected static instance: AsyncOptionalCreatable;
|
|
223
|
-
protected static encrypted: boolean;
|
|
224
|
-
static create<P, T extends AsyncOptionalCreatable<P>>(this: new (options?: ConfigAggregator.Options) => T, options?: ConfigAggregator.Options): Promise<T>;
|
|
225
|
-
getPropertyMeta(key: string): ConfigPropertyMeta;
|
|
226
|
-
getPropertyValue<T extends AnyJson>(key: string): Optional<T>;
|
|
227
|
-
getInfo(key: string): ConfigInfo;
|
|
228
|
-
getLocation(key: string): Optional<ConfigAggregator.Location>;
|
|
229
|
-
getPath(key: string): Optional<string>;
|
|
230
|
-
getConfigInfo(): ConfigInfo[];
|
|
231
|
-
private translate;
|
|
232
|
-
}
|
|
1
|
+
import { AsyncOptionalCreatable } from '@salesforce/kit';
|
|
2
|
+
import { AnyJson, Dictionary, JsonMap, Optional } from '@salesforce/ts-types';
|
|
3
|
+
import { Config, ConfigPropertyMeta } from './config';
|
|
4
|
+
/**
|
|
5
|
+
* Information about a config property.
|
|
6
|
+
*/
|
|
7
|
+
export interface ConfigInfo {
|
|
8
|
+
/**
|
|
9
|
+
* key The config key.
|
|
10
|
+
*/
|
|
11
|
+
key: string;
|
|
12
|
+
/**
|
|
13
|
+
* The location of the config property.
|
|
14
|
+
*/
|
|
15
|
+
location?: ConfigAggregator.Location;
|
|
16
|
+
/**
|
|
17
|
+
* The config value.
|
|
18
|
+
*/
|
|
19
|
+
value?: AnyJson;
|
|
20
|
+
/**
|
|
21
|
+
* The path of the config value.
|
|
22
|
+
*/
|
|
23
|
+
path?: string;
|
|
24
|
+
/**
|
|
25
|
+
* `true` if the config property is in the local project.
|
|
26
|
+
*/
|
|
27
|
+
isLocal: () => boolean;
|
|
28
|
+
/**
|
|
29
|
+
* `true` if the config property is in the global space.
|
|
30
|
+
*/
|
|
31
|
+
isGlobal: () => boolean;
|
|
32
|
+
/**
|
|
33
|
+
* `true` if the config property is an environment variable.
|
|
34
|
+
*/
|
|
35
|
+
isEnvVar: () => boolean;
|
|
36
|
+
/**
|
|
37
|
+
* True if the config property is deprecated.
|
|
38
|
+
*/
|
|
39
|
+
deprecated?: boolean;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* Aggregate global and local project config files, as well as environment variables for
|
|
43
|
+
* `config.json`. The resolution happens in the following bottom-up order:
|
|
44
|
+
*
|
|
45
|
+
* 1. Environment variables (`SF_LOG_LEVEL`)
|
|
46
|
+
* 1. Workspace settings (`<workspace-root>/.sf/config.json`)
|
|
47
|
+
* 1. Global settings (`$HOME/.sf/config.json`)
|
|
48
|
+
*
|
|
49
|
+
* Use {@link ConfigAggregator.create} to instantiate the aggregator.
|
|
50
|
+
*
|
|
51
|
+
* ```
|
|
52
|
+
* const aggregator = await ConfigAggregator.create();
|
|
53
|
+
* console.log(aggregator.getPropertyValue('target-org'));
|
|
54
|
+
* ```
|
|
55
|
+
*/
|
|
56
|
+
export declare class ConfigAggregator extends AsyncOptionalCreatable<ConfigAggregator.Options> {
|
|
57
|
+
protected static instance: AsyncOptionalCreatable;
|
|
58
|
+
protected static encrypted: boolean;
|
|
59
|
+
private allowedProperties;
|
|
60
|
+
private localConfig?;
|
|
61
|
+
private globalConfig;
|
|
62
|
+
private envVars;
|
|
63
|
+
/**
|
|
64
|
+
* **Do not directly construct instances of this class -- use {@link ConfigAggregator.create} instead.**
|
|
65
|
+
*
|
|
66
|
+
* @ignore
|
|
67
|
+
*/
|
|
68
|
+
constructor(options?: ConfigAggregator.Options);
|
|
69
|
+
private get config();
|
|
70
|
+
static create<P extends ConfigAggregator.Options, T extends AsyncOptionalCreatable<P>>(this: new (options?: P) => T, options?: P): Promise<T>;
|
|
71
|
+
/**
|
|
72
|
+
* Get the info for a given key. If the ConfigAggregator was not asynchronously created OR
|
|
73
|
+
* the {@link ConfigAggregator.reload} was not called, the config value may be encrypted.
|
|
74
|
+
*
|
|
75
|
+
* @param key The config key.
|
|
76
|
+
*/
|
|
77
|
+
static getValue(key: string): ConfigInfo;
|
|
78
|
+
/**
|
|
79
|
+
* Get the static ConfigAggregator instance. If one doesn't exist, one will be created with
|
|
80
|
+
* the **encrypted** config values. Encrypted config values need to be resolved
|
|
81
|
+
* asynchronously by calling {@link ConfigAggregator.reload}
|
|
82
|
+
*/
|
|
83
|
+
private static getInstance;
|
|
84
|
+
/**
|
|
85
|
+
* Initialize this instances async dependencies.
|
|
86
|
+
*/
|
|
87
|
+
init(): Promise<void>;
|
|
88
|
+
/**
|
|
89
|
+
* Get a resolved config property.
|
|
90
|
+
*
|
|
91
|
+
* **Throws** *{@link SfError}{ name: 'UnknownConfigKeyError' }* An attempt to get a property that's not supported.
|
|
92
|
+
*
|
|
93
|
+
* @param key The key of the property.
|
|
94
|
+
*/
|
|
95
|
+
getPropertyValue<T extends AnyJson>(key: string): Optional<T>;
|
|
96
|
+
/**
|
|
97
|
+
* Get a resolved config property meta.
|
|
98
|
+
*
|
|
99
|
+
* **Throws** *{@link SfError}{ name: 'UnknownConfigKeyError' }* An attempt to get a property that's not supported.
|
|
100
|
+
*
|
|
101
|
+
* @param key The key of the property.
|
|
102
|
+
*/
|
|
103
|
+
getPropertyMeta(key: string): ConfigPropertyMeta;
|
|
104
|
+
/**
|
|
105
|
+
* Get a resolved config property.
|
|
106
|
+
*
|
|
107
|
+
* @param key The key of the property.
|
|
108
|
+
* @param throwOnDeprecation True, if you want an error throw when reading a deprecated config
|
|
109
|
+
*/
|
|
110
|
+
getInfo(key: string, throwOnDeprecation?: boolean): ConfigInfo;
|
|
111
|
+
/**
|
|
112
|
+
* Gets a resolved config property location.
|
|
113
|
+
*
|
|
114
|
+
* For example, `getLocation('logLevel')` will return:
|
|
115
|
+
* 1. `Location.GLOBAL` if resolved to an environment variable.
|
|
116
|
+
* 1. `Location.LOCAL` if resolved to local project config.
|
|
117
|
+
* 1. `Location.ENVIRONMENT` if resolved to the global config.
|
|
118
|
+
*
|
|
119
|
+
* @param key The key of the property.
|
|
120
|
+
*/
|
|
121
|
+
getLocation(key: string): Optional<ConfigAggregator.Location>;
|
|
122
|
+
/**
|
|
123
|
+
* Get a resolved file path or environment variable name of the property.
|
|
124
|
+
*
|
|
125
|
+
* For example, `getPath('logLevel')` will return:
|
|
126
|
+
* 1. `$SF_LOG_LEVEL` if resolved to an environment variable.
|
|
127
|
+
* 1. `./.sf/config.json` if resolved to the local config.
|
|
128
|
+
* 1. `~/.sf/config.json` if resolved to the global config.
|
|
129
|
+
* 1. `undefined`, if not resolved.
|
|
130
|
+
*
|
|
131
|
+
* **Note:** that the path returned may be the absolute path instead of
|
|
132
|
+
* relative paths such as `./` and `~/`.
|
|
133
|
+
*
|
|
134
|
+
* @param key The key of the property.
|
|
135
|
+
*/
|
|
136
|
+
getPath(key: string): Optional<string>;
|
|
137
|
+
/**
|
|
138
|
+
* Get all resolved config property keys, values, locations, and paths.
|
|
139
|
+
*
|
|
140
|
+
* ```
|
|
141
|
+
* > console.log(aggregator.getConfigInfo());
|
|
142
|
+
* [
|
|
143
|
+
* { key: 'logLevel', val: 'INFO', location: 'Environment', path: '$SF_LOG_LEVEL'}
|
|
144
|
+
* { key: 'target-org', val: '<username>', location: 'Local', path: './.sf/config.json'}
|
|
145
|
+
* ]
|
|
146
|
+
* ```
|
|
147
|
+
*/
|
|
148
|
+
getConfigInfo(): ConfigInfo[];
|
|
149
|
+
/**
|
|
150
|
+
* Get the local project config instance.
|
|
151
|
+
*/
|
|
152
|
+
getLocalConfig(): Config | undefined;
|
|
153
|
+
/**
|
|
154
|
+
* Get the global config instance.
|
|
155
|
+
*/
|
|
156
|
+
getGlobalConfig(): Config;
|
|
157
|
+
/**
|
|
158
|
+
* Get the resolved config object from the local, global and environment config instances.
|
|
159
|
+
*/
|
|
160
|
+
getConfig(): JsonMap;
|
|
161
|
+
/**
|
|
162
|
+
* Get the config properties that are environment variables.
|
|
163
|
+
*/
|
|
164
|
+
getEnvVars(): Dictionary<string>;
|
|
165
|
+
/**
|
|
166
|
+
* Re-read all property configurations from disk.
|
|
167
|
+
*/
|
|
168
|
+
reload(): Promise<ConfigAggregator>;
|
|
169
|
+
/**
|
|
170
|
+
* Add an allowed config property.
|
|
171
|
+
*/
|
|
172
|
+
addAllowedProperties(configMetas: ConfigPropertyMeta | ConfigPropertyMeta[]): void;
|
|
173
|
+
/**
|
|
174
|
+
* Set the allowed properties.
|
|
175
|
+
*
|
|
176
|
+
* @param properties The properties to set.
|
|
177
|
+
*/
|
|
178
|
+
protected setAllowedProperties(properties: ConfigPropertyMeta[]): void;
|
|
179
|
+
/**
|
|
180
|
+
* Get the allowed properties.
|
|
181
|
+
*/
|
|
182
|
+
protected getAllowedProperties(): ConfigPropertyMeta[];
|
|
183
|
+
/**
|
|
184
|
+
* Loads all the properties and aggregates them according to location.
|
|
185
|
+
*/
|
|
186
|
+
protected loadProperties(): Promise<void>;
|
|
187
|
+
/**
|
|
188
|
+
* Loads all the properties and aggregates them according to location.
|
|
189
|
+
*/
|
|
190
|
+
private loadPropertiesSync;
|
|
191
|
+
private resolveProperties;
|
|
192
|
+
}
|
|
193
|
+
export declare namespace ConfigAggregator {
|
|
194
|
+
/**
|
|
195
|
+
* An enum of all possible locations for a config value.
|
|
196
|
+
*/
|
|
197
|
+
const enum Location {
|
|
198
|
+
/**
|
|
199
|
+
* Represents the global config.
|
|
200
|
+
*/
|
|
201
|
+
GLOBAL = "Global",
|
|
202
|
+
/**
|
|
203
|
+
* Represents the local project config.
|
|
204
|
+
*/
|
|
205
|
+
LOCAL = "Local",
|
|
206
|
+
/**
|
|
207
|
+
* Represents environment variables.
|
|
208
|
+
*/
|
|
209
|
+
ENVIRONMENT = "Environment"
|
|
210
|
+
}
|
|
211
|
+
type Options = {
|
|
212
|
+
customConfigMeta?: ConfigPropertyMeta[];
|
|
213
|
+
};
|
|
214
|
+
}
|
|
215
|
+
/**
|
|
216
|
+
* A ConfigAggregator that will work with deprecated config vars (e.g. defaultusername, apiVersion).
|
|
217
|
+
* We do NOT recommend using this class unless you absolutely have to.
|
|
218
|
+
*
|
|
219
|
+
* @deprecated
|
|
220
|
+
*/
|
|
221
|
+
export declare class SfdxConfigAggregator extends ConfigAggregator {
|
|
222
|
+
protected static instance: AsyncOptionalCreatable;
|
|
223
|
+
protected static encrypted: boolean;
|
|
224
|
+
static create<P, T extends AsyncOptionalCreatable<P>>(this: new (options?: ConfigAggregator.Options) => T, options?: ConfigAggregator.Options): Promise<T>;
|
|
225
|
+
getPropertyMeta(key: string): ConfigPropertyMeta;
|
|
226
|
+
getPropertyValue<T extends AnyJson>(key: string): Optional<T>;
|
|
227
|
+
getInfo(key: string): ConfigInfo;
|
|
228
|
+
getLocation(key: string): Optional<ConfigAggregator.Location>;
|
|
229
|
+
getPath(key: string): Optional<string>;
|
|
230
|
+
getConfigInfo(): ConfigInfo[];
|
|
231
|
+
private translate;
|
|
232
|
+
}
|