@salesforce/core 3.31.7 → 3.31.9
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 +416 -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 +19 -15
- package/messages/scratchOrgInfoGenerator.md +23 -23
- package/messages/streaming.md +23 -23
- package/messages/user.md +35 -35
- package/package.json +97 -97
package/lib/config/config.d.ts
CHANGED
|
@@ -1,311 +1,311 @@
|
|
|
1
|
-
import { JsonPrimitive, Nullable } from '@salesforce/ts-types';
|
|
2
|
-
import { OrgConfigProperties } from '../org/orgConfigProperties';
|
|
3
|
-
import { ConfigFile } from './configFile';
|
|
4
|
-
import { ConfigContents, ConfigValue } from './configStore';
|
|
5
|
-
/**
|
|
6
|
-
* Interface for meta information about config properties
|
|
7
|
-
*/
|
|
8
|
-
export interface ConfigPropertyMeta {
|
|
9
|
-
/**
|
|
10
|
-
* The config property name.
|
|
11
|
-
*/
|
|
12
|
-
key: string;
|
|
13
|
-
/**
|
|
14
|
-
* Description
|
|
15
|
-
*/
|
|
16
|
-
description: string;
|
|
17
|
-
/**
|
|
18
|
-
* Reference to the config data input validation.
|
|
19
|
-
*/
|
|
20
|
-
input?: ConfigPropertyMetaInput;
|
|
21
|
-
/**
|
|
22
|
-
* True if the property should be indirectly hidden from the user.
|
|
23
|
-
*/
|
|
24
|
-
hidden?: boolean;
|
|
25
|
-
/**
|
|
26
|
-
* True if the property values should be stored encrypted.
|
|
27
|
-
*/
|
|
28
|
-
encrypted?: boolean;
|
|
29
|
-
/**
|
|
30
|
-
* True if the property is deprecated
|
|
31
|
-
*/
|
|
32
|
-
deprecated?: boolean;
|
|
33
|
-
/**
|
|
34
|
-
* Reference to config property name that will eventually replace this one.
|
|
35
|
-
* Is only used if deprecated is set to true.
|
|
36
|
-
*/
|
|
37
|
-
newKey?: string;
|
|
38
|
-
}
|
|
39
|
-
/**
|
|
40
|
-
* Config property input validation
|
|
41
|
-
*/
|
|
42
|
-
export interface ConfigPropertyMetaInput {
|
|
43
|
-
/**
|
|
44
|
-
* Tests if the input value is valid and returns true if the input data is valid.
|
|
45
|
-
*
|
|
46
|
-
* @param value The input value.
|
|
47
|
-
*/
|
|
48
|
-
validator: (value: ConfigValue) => boolean;
|
|
49
|
-
/**
|
|
50
|
-
* The message to return in the error if the validation fails.
|
|
51
|
-
*/
|
|
52
|
-
failedMessage: string | ((value: ConfigValue) => string);
|
|
53
|
-
}
|
|
54
|
-
export declare enum SfConfigProperties {
|
|
55
|
-
/**
|
|
56
|
-
* Disables telemetry reporting
|
|
57
|
-
*/
|
|
58
|
-
DISABLE_TELEMETRY = "disable-telemetry"
|
|
59
|
-
}
|
|
60
|
-
export declare const SF_ALLOWED_PROPERTIES: {
|
|
61
|
-
key: SfConfigProperties;
|
|
62
|
-
description: string;
|
|
63
|
-
input: {
|
|
64
|
-
validator: (value: ConfigValue) => boolean;
|
|
65
|
-
failedMessage: string;
|
|
66
|
-
};
|
|
67
|
-
}[];
|
|
68
|
-
export declare enum SfdxPropertyKeys {
|
|
69
|
-
/**
|
|
70
|
-
* Username associated with the default dev hub org.
|
|
71
|
-
*
|
|
72
|
-
* @deprecated Replaced by OrgConfigProperties.TARGET_DEV_HUB in v3 {@link https://github.com/forcedotcom/sfdx-core/blob/v3/MIGRATING_V2-V3.md#config}
|
|
73
|
-
* will remain in v3 for the foreseeable future so that `sfdx-core` can map between `sf` and `sfdx` config values
|
|
74
|
-
*/
|
|
75
|
-
DEFAULT_DEV_HUB_USERNAME = "defaultdevhubusername",
|
|
76
|
-
/**
|
|
77
|
-
* Username associate with the default org.
|
|
78
|
-
*
|
|
79
|
-
* @deprecated Replaced by OrgConfigProperties.TARGET_ORG in v3 {@link https://github.com/forcedotcom/sfdx-core/blob/v3/MIGRATING_V2-V3.md#config}
|
|
80
|
-
* will remain in v3 for the foreseeable future so that `sfdx-core` can map between `sf` and `sfdx` config values
|
|
81
|
-
*/
|
|
82
|
-
DEFAULT_USERNAME = "defaultusername",
|
|
83
|
-
/**
|
|
84
|
-
* The sid for the debugger configuration.
|
|
85
|
-
*
|
|
86
|
-
* @deprecated Replaced by OrgConfigProperties.ORG_ISV_DEBUGGER_SID in v3 {@link https://github.com/forcedotcom/sfdx-core/blob/v3/MIGRATING_V2-V3.md#config}
|
|
87
|
-
*/
|
|
88
|
-
ISV_DEBUGGER_SID = "isvDebuggerSid",
|
|
89
|
-
/**
|
|
90
|
-
* The url for the debugger configuration.
|
|
91
|
-
*
|
|
92
|
-
* @deprecated Replaced by OrgConfigProperties.ORG_ISV_DEBUGGER_URL in v3 {@link https://github.com/forcedotcom/sfdx-core/blob/v3/MIGRATING_V2-V3.md#config}
|
|
93
|
-
*/
|
|
94
|
-
ISV_DEBUGGER_URL = "isvDebuggerUrl",
|
|
95
|
-
/**
|
|
96
|
-
* The api version
|
|
97
|
-
*
|
|
98
|
-
* @deprecated Replaced by OrgConfigProperties.ORG_API_VERSION in v3 {@link https://github.com/forcedotcom/sfdx-core/blob/v3/MIGRATING_V2-V3.md#config}
|
|
99
|
-
*/
|
|
100
|
-
API_VERSION = "apiVersion",
|
|
101
|
-
/**
|
|
102
|
-
* Disables telemetry reporting
|
|
103
|
-
*
|
|
104
|
-
* @deprecated Replaced by SfPropertyKeys.DISABLE_TELEMETRY in v3 {@link https://github.com/forcedotcom/sfdx-core/blob/v3/MIGRATING_V2-V3.md#config}
|
|
105
|
-
*/
|
|
106
|
-
DISABLE_TELEMETRY = "disableTelemetry",
|
|
107
|
-
/**
|
|
108
|
-
* Custom templates repo or local location.
|
|
109
|
-
*
|
|
110
|
-
* @deprecated Replaced by OrgConfigProperties.ORG_CUSTOM_METADATA_TEMPLATES in v3 {@link https://github.com/forcedotcom/sfdx-core/blob/v3/MIGRATING_V2-V3.md#config}
|
|
111
|
-
*/
|
|
112
|
-
CUSTOM_ORG_METADATA_TEMPLATES = "customOrgMetadataTemplates",
|
|
113
|
-
/**
|
|
114
|
-
* allows users to override the 10,000 result query limit
|
|
115
|
-
*
|
|
116
|
-
* @deprecated Replaced by OrgConfigProperties.ORG_MAX_QUERY_LIMIT in v3 {@link https://github.com/forcedotcom/sfdx-core/blob/v3/MIGRATING_V2-V3.md#config}
|
|
117
|
-
*/
|
|
118
|
-
MAX_QUERY_LIMIT = "maxQueryLimit",
|
|
119
|
-
/**
|
|
120
|
-
* @deprecated
|
|
121
|
-
*/
|
|
122
|
-
REST_DEPLOY = "restDeploy",
|
|
123
|
-
/**
|
|
124
|
-
* @deprecated Replaced by OrgConfigProperties.ORG_INSTANCE_URL in v3 {@link https://github.com/forcedotcom/sfdx-core/blob/v3/MIGRATING_V2-V3.md#config}
|
|
125
|
-
*/
|
|
126
|
-
INSTANCE_URL = "instanceUrl"
|
|
127
|
-
}
|
|
128
|
-
export declare const SFDX_ALLOWED_PROPERTIES: ({
|
|
129
|
-
key: SfdxPropertyKeys;
|
|
130
|
-
description: string;
|
|
131
|
-
newKey: OrgConfigProperties;
|
|
132
|
-
deprecated: boolean;
|
|
133
|
-
input: {
|
|
134
|
-
validator: (value: ConfigValue) => boolean;
|
|
135
|
-
failedMessage: string;
|
|
136
|
-
};
|
|
137
|
-
encrypted?: undefined;
|
|
138
|
-
hidden?: undefined;
|
|
139
|
-
} | {
|
|
140
|
-
key: SfdxPropertyKeys;
|
|
141
|
-
newKey: OrgConfigProperties;
|
|
142
|
-
deprecated: boolean;
|
|
143
|
-
description: string;
|
|
144
|
-
input?: undefined;
|
|
145
|
-
encrypted?: undefined;
|
|
146
|
-
hidden?: undefined;
|
|
147
|
-
} | {
|
|
148
|
-
key: SfdxPropertyKeys;
|
|
149
|
-
newKey: OrgConfigProperties;
|
|
150
|
-
deprecated: boolean;
|
|
151
|
-
description: string;
|
|
152
|
-
encrypted: boolean;
|
|
153
|
-
input: {
|
|
154
|
-
validator: (value: ConfigValue) => boolean;
|
|
155
|
-
failedMessage: string;
|
|
156
|
-
};
|
|
157
|
-
hidden?: undefined;
|
|
158
|
-
} | {
|
|
159
|
-
key: SfdxPropertyKeys;
|
|
160
|
-
newKey: SfConfigProperties;
|
|
161
|
-
deprecated: boolean;
|
|
162
|
-
description: string;
|
|
163
|
-
input: {
|
|
164
|
-
validator: (value: ConfigValue) => boolean;
|
|
165
|
-
failedMessage: string;
|
|
166
|
-
};
|
|
167
|
-
encrypted?: undefined;
|
|
168
|
-
hidden?: undefined;
|
|
169
|
-
} | {
|
|
170
|
-
key: SfdxPropertyKeys;
|
|
171
|
-
description: string;
|
|
172
|
-
hidden: boolean;
|
|
173
|
-
newKey: string;
|
|
174
|
-
deprecated: boolean;
|
|
175
|
-
input: {
|
|
176
|
-
validator: (value: ConfigValue) => boolean;
|
|
177
|
-
failedMessage: string;
|
|
178
|
-
};
|
|
179
|
-
encrypted?: undefined;
|
|
180
|
-
})[];
|
|
181
|
-
export declare const SfProperty: {
|
|
182
|
-
[index: string]: ConfigPropertyMeta;
|
|
183
|
-
};
|
|
184
|
-
export declare type ConfigProperties = {
|
|
185
|
-
[index: string]: JsonPrimitive;
|
|
186
|
-
};
|
|
187
|
-
/**
|
|
188
|
-
* The files where sfdx config values are stored for projects and the global space.
|
|
189
|
-
*
|
|
190
|
-
* *Note:* It is not recommended to instantiate this object directly when resolving
|
|
191
|
-
* config values. Instead use {@link ConfigAggregator}
|
|
192
|
-
*
|
|
193
|
-
* ```
|
|
194
|
-
* const localConfig = await Config.create();
|
|
195
|
-
* localConfig.set('target-org', 'username@company.org');
|
|
196
|
-
* await localConfig.write();
|
|
197
|
-
* ```
|
|
198
|
-
* https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_cli_config_values.htm
|
|
199
|
-
*/
|
|
200
|
-
export declare class Config extends ConfigFile<ConfigFile.Options, ConfigProperties> {
|
|
201
|
-
private static allowedProperties;
|
|
202
|
-
private sfdxConfig;
|
|
203
|
-
constructor(options?: ConfigFile.Options);
|
|
204
|
-
/**
|
|
205
|
-
* Returns the default file name for a config file.
|
|
206
|
-
*
|
|
207
|
-
* **See** {@link CONFIG_FILE_NAME}
|
|
208
|
-
*/
|
|
209
|
-
static getFileName(): string;
|
|
210
|
-
/**
|
|
211
|
-
* Returns an array of objects representing the allowed config properties.
|
|
212
|
-
*/
|
|
213
|
-
static getAllowedProperties(): ConfigPropertyMeta[];
|
|
214
|
-
/**
|
|
215
|
-
* Add an array of allowed config properties.
|
|
216
|
-
*
|
|
217
|
-
* @param metas Array of objects to set as the allowed config properties.
|
|
218
|
-
*/
|
|
219
|
-
static addAllowedProperties(metas: ConfigPropertyMeta[]): void;
|
|
220
|
-
/**
|
|
221
|
-
* The value of a supported config property.
|
|
222
|
-
*
|
|
223
|
-
* @param isGlobal True for a global config. False for a local config.
|
|
224
|
-
* @param propertyName The name of the property to set.
|
|
225
|
-
* @param value The property value.
|
|
226
|
-
*/
|
|
227
|
-
static update(isGlobal: boolean, propertyName: string, value?: ConfigValue): Promise<ConfigContents>;
|
|
228
|
-
/**
|
|
229
|
-
* Clear all the configured properties both local and global.
|
|
230
|
-
*/
|
|
231
|
-
static clear(): Promise<void>;
|
|
232
|
-
static getPropertyConfigMeta(propertyName: string): Nullable<ConfigPropertyMeta>;
|
|
233
|
-
private static propertyConfigMap;
|
|
234
|
-
/**
|
|
235
|
-
* Read, assign, and return the config contents.
|
|
236
|
-
*/
|
|
237
|
-
read(force?: boolean): Promise<ConfigProperties>;
|
|
238
|
-
readSync(force?: boolean): ConfigProperties;
|
|
239
|
-
/**
|
|
240
|
-
* Writes Config properties taking into account encrypted properties.
|
|
241
|
-
*
|
|
242
|
-
* @param newContents The new Config value to persist.
|
|
243
|
-
*/
|
|
244
|
-
write(newContents?: ConfigProperties): Promise<ConfigProperties>;
|
|
245
|
-
/**
|
|
246
|
-
* DO NOT CALL - The config file needs to encrypt values which can only be done asynchronously.
|
|
247
|
-
* Call {@link SfdxConfig.write} instead.
|
|
248
|
-
*
|
|
249
|
-
* **Throws** *{@link SfError}{ name: 'InvalidWriteError' }* Always.
|
|
250
|
-
*
|
|
251
|
-
* @param newContents Contents to write
|
|
252
|
-
*/
|
|
253
|
-
writeSync(newContents?: ConfigProperties): ConfigProperties;
|
|
254
|
-
/**
|
|
255
|
-
* Sets a value for a property.
|
|
256
|
-
*
|
|
257
|
-
* **Throws** *{@link SfError}{ name: 'UnknownConfigKeyError' }* An attempt to get a property that's not supported.
|
|
258
|
-
* **Throws** *{@link SfError}{ name: 'InvalidConfigValueError' }* If the input validator fails.
|
|
259
|
-
*
|
|
260
|
-
* @param key The property to set.
|
|
261
|
-
* @param value The value of the property.
|
|
262
|
-
*/
|
|
263
|
-
set(key: string, value: JsonPrimitive): ConfigProperties;
|
|
264
|
-
/**
|
|
265
|
-
* Unsets a value for a property.
|
|
266
|
-
*
|
|
267
|
-
* **Throws** *{@link SfError}{ name: 'UnknownConfigKeyError' }* If the input validator fails.
|
|
268
|
-
*
|
|
269
|
-
* @param key The property to unset.
|
|
270
|
-
*/
|
|
271
|
-
unset(key: string): boolean;
|
|
272
|
-
/**
|
|
273
|
-
* Get an individual property config.
|
|
274
|
-
*
|
|
275
|
-
* **Throws** *{@link SfError}{ name: 'UnknownConfigKeyError' }* An attempt to get a property that's not supported.
|
|
276
|
-
*
|
|
277
|
-
* @param propertyName The name of the property.
|
|
278
|
-
*/
|
|
279
|
-
getPropertyConfig(propertyName: string): ConfigPropertyMeta;
|
|
280
|
-
/**
|
|
281
|
-
* Initializer for supported config types.
|
|
282
|
-
*/
|
|
283
|
-
protected init(): Promise<void>;
|
|
284
|
-
/**
|
|
285
|
-
* Encrypts and content properties that have a encryption attribute.
|
|
286
|
-
*
|
|
287
|
-
* @param encrypt `true` to encrypt.
|
|
288
|
-
*/
|
|
289
|
-
private cryptProperties;
|
|
290
|
-
}
|
|
291
|
-
export declare class SfdxConfig {
|
|
292
|
-
private options;
|
|
293
|
-
private config;
|
|
294
|
-
private sfdxPath;
|
|
295
|
-
constructor(options: ConfigFile.Options, config: Config);
|
|
296
|
-
/**
|
|
297
|
-
* If Global.SFDX_INTEROPERABILITY is enabled, merge the sfdx config into the sf config
|
|
298
|
-
*/
|
|
299
|
-
merge(config: ConfigProperties): ConfigProperties | undefined;
|
|
300
|
-
write(config?: import("@salesforce/ts-types").JsonMap): Promise<void>;
|
|
301
|
-
private readSync;
|
|
302
|
-
private getSfdxPath;
|
|
303
|
-
/**
|
|
304
|
-
* If toNew is specified: migrate all deprecated configs with a newKey to the newKey.
|
|
305
|
-
* - For example, defaultusername will be renamed to target-org.
|
|
306
|
-
*
|
|
307
|
-
* If toOld is specified: migrate all deprecated configs back to their original key.
|
|
308
|
-
* - For example, target-org will be renamed to defaultusername.
|
|
309
|
-
*/
|
|
310
|
-
private translate;
|
|
311
|
-
}
|
|
1
|
+
import { JsonPrimitive, Nullable } from '@salesforce/ts-types';
|
|
2
|
+
import { OrgConfigProperties } from '../org/orgConfigProperties';
|
|
3
|
+
import { ConfigFile } from './configFile';
|
|
4
|
+
import { ConfigContents, ConfigValue } from './configStore';
|
|
5
|
+
/**
|
|
6
|
+
* Interface for meta information about config properties
|
|
7
|
+
*/
|
|
8
|
+
export interface ConfigPropertyMeta {
|
|
9
|
+
/**
|
|
10
|
+
* The config property name.
|
|
11
|
+
*/
|
|
12
|
+
key: string;
|
|
13
|
+
/**
|
|
14
|
+
* Description
|
|
15
|
+
*/
|
|
16
|
+
description: string;
|
|
17
|
+
/**
|
|
18
|
+
* Reference to the config data input validation.
|
|
19
|
+
*/
|
|
20
|
+
input?: ConfigPropertyMetaInput;
|
|
21
|
+
/**
|
|
22
|
+
* True if the property should be indirectly hidden from the user.
|
|
23
|
+
*/
|
|
24
|
+
hidden?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* True if the property values should be stored encrypted.
|
|
27
|
+
*/
|
|
28
|
+
encrypted?: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* True if the property is deprecated
|
|
31
|
+
*/
|
|
32
|
+
deprecated?: boolean;
|
|
33
|
+
/**
|
|
34
|
+
* Reference to config property name that will eventually replace this one.
|
|
35
|
+
* Is only used if deprecated is set to true.
|
|
36
|
+
*/
|
|
37
|
+
newKey?: string;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* Config property input validation
|
|
41
|
+
*/
|
|
42
|
+
export interface ConfigPropertyMetaInput {
|
|
43
|
+
/**
|
|
44
|
+
* Tests if the input value is valid and returns true if the input data is valid.
|
|
45
|
+
*
|
|
46
|
+
* @param value The input value.
|
|
47
|
+
*/
|
|
48
|
+
validator: (value: ConfigValue) => boolean;
|
|
49
|
+
/**
|
|
50
|
+
* The message to return in the error if the validation fails.
|
|
51
|
+
*/
|
|
52
|
+
failedMessage: string | ((value: ConfigValue) => string);
|
|
53
|
+
}
|
|
54
|
+
export declare enum SfConfigProperties {
|
|
55
|
+
/**
|
|
56
|
+
* Disables telemetry reporting
|
|
57
|
+
*/
|
|
58
|
+
DISABLE_TELEMETRY = "disable-telemetry"
|
|
59
|
+
}
|
|
60
|
+
export declare const SF_ALLOWED_PROPERTIES: {
|
|
61
|
+
key: SfConfigProperties;
|
|
62
|
+
description: string;
|
|
63
|
+
input: {
|
|
64
|
+
validator: (value: ConfigValue) => boolean;
|
|
65
|
+
failedMessage: string;
|
|
66
|
+
};
|
|
67
|
+
}[];
|
|
68
|
+
export declare enum SfdxPropertyKeys {
|
|
69
|
+
/**
|
|
70
|
+
* Username associated with the default dev hub org.
|
|
71
|
+
*
|
|
72
|
+
* @deprecated Replaced by OrgConfigProperties.TARGET_DEV_HUB in v3 {@link https://github.com/forcedotcom/sfdx-core/blob/v3/MIGRATING_V2-V3.md#config}
|
|
73
|
+
* will remain in v3 for the foreseeable future so that `sfdx-core` can map between `sf` and `sfdx` config values
|
|
74
|
+
*/
|
|
75
|
+
DEFAULT_DEV_HUB_USERNAME = "defaultdevhubusername",
|
|
76
|
+
/**
|
|
77
|
+
* Username associate with the default org.
|
|
78
|
+
*
|
|
79
|
+
* @deprecated Replaced by OrgConfigProperties.TARGET_ORG in v3 {@link https://github.com/forcedotcom/sfdx-core/blob/v3/MIGRATING_V2-V3.md#config}
|
|
80
|
+
* will remain in v3 for the foreseeable future so that `sfdx-core` can map between `sf` and `sfdx` config values
|
|
81
|
+
*/
|
|
82
|
+
DEFAULT_USERNAME = "defaultusername",
|
|
83
|
+
/**
|
|
84
|
+
* The sid for the debugger configuration.
|
|
85
|
+
*
|
|
86
|
+
* @deprecated Replaced by OrgConfigProperties.ORG_ISV_DEBUGGER_SID in v3 {@link https://github.com/forcedotcom/sfdx-core/blob/v3/MIGRATING_V2-V3.md#config}
|
|
87
|
+
*/
|
|
88
|
+
ISV_DEBUGGER_SID = "isvDebuggerSid",
|
|
89
|
+
/**
|
|
90
|
+
* The url for the debugger configuration.
|
|
91
|
+
*
|
|
92
|
+
* @deprecated Replaced by OrgConfigProperties.ORG_ISV_DEBUGGER_URL in v3 {@link https://github.com/forcedotcom/sfdx-core/blob/v3/MIGRATING_V2-V3.md#config}
|
|
93
|
+
*/
|
|
94
|
+
ISV_DEBUGGER_URL = "isvDebuggerUrl",
|
|
95
|
+
/**
|
|
96
|
+
* The api version
|
|
97
|
+
*
|
|
98
|
+
* @deprecated Replaced by OrgConfigProperties.ORG_API_VERSION in v3 {@link https://github.com/forcedotcom/sfdx-core/blob/v3/MIGRATING_V2-V3.md#config}
|
|
99
|
+
*/
|
|
100
|
+
API_VERSION = "apiVersion",
|
|
101
|
+
/**
|
|
102
|
+
* Disables telemetry reporting
|
|
103
|
+
*
|
|
104
|
+
* @deprecated Replaced by SfPropertyKeys.DISABLE_TELEMETRY in v3 {@link https://github.com/forcedotcom/sfdx-core/blob/v3/MIGRATING_V2-V3.md#config}
|
|
105
|
+
*/
|
|
106
|
+
DISABLE_TELEMETRY = "disableTelemetry",
|
|
107
|
+
/**
|
|
108
|
+
* Custom templates repo or local location.
|
|
109
|
+
*
|
|
110
|
+
* @deprecated Replaced by OrgConfigProperties.ORG_CUSTOM_METADATA_TEMPLATES in v3 {@link https://github.com/forcedotcom/sfdx-core/blob/v3/MIGRATING_V2-V3.md#config}
|
|
111
|
+
*/
|
|
112
|
+
CUSTOM_ORG_METADATA_TEMPLATES = "customOrgMetadataTemplates",
|
|
113
|
+
/**
|
|
114
|
+
* allows users to override the 10,000 result query limit
|
|
115
|
+
*
|
|
116
|
+
* @deprecated Replaced by OrgConfigProperties.ORG_MAX_QUERY_LIMIT in v3 {@link https://github.com/forcedotcom/sfdx-core/blob/v3/MIGRATING_V2-V3.md#config}
|
|
117
|
+
*/
|
|
118
|
+
MAX_QUERY_LIMIT = "maxQueryLimit",
|
|
119
|
+
/**
|
|
120
|
+
* @deprecated
|
|
121
|
+
*/
|
|
122
|
+
REST_DEPLOY = "restDeploy",
|
|
123
|
+
/**
|
|
124
|
+
* @deprecated Replaced by OrgConfigProperties.ORG_INSTANCE_URL in v3 {@link https://github.com/forcedotcom/sfdx-core/blob/v3/MIGRATING_V2-V3.md#config}
|
|
125
|
+
*/
|
|
126
|
+
INSTANCE_URL = "instanceUrl"
|
|
127
|
+
}
|
|
128
|
+
export declare const SFDX_ALLOWED_PROPERTIES: ({
|
|
129
|
+
key: SfdxPropertyKeys;
|
|
130
|
+
description: string;
|
|
131
|
+
newKey: OrgConfigProperties;
|
|
132
|
+
deprecated: boolean;
|
|
133
|
+
input: {
|
|
134
|
+
validator: (value: ConfigValue) => boolean;
|
|
135
|
+
failedMessage: string;
|
|
136
|
+
};
|
|
137
|
+
encrypted?: undefined;
|
|
138
|
+
hidden?: undefined;
|
|
139
|
+
} | {
|
|
140
|
+
key: SfdxPropertyKeys;
|
|
141
|
+
newKey: OrgConfigProperties;
|
|
142
|
+
deprecated: boolean;
|
|
143
|
+
description: string;
|
|
144
|
+
input?: undefined;
|
|
145
|
+
encrypted?: undefined;
|
|
146
|
+
hidden?: undefined;
|
|
147
|
+
} | {
|
|
148
|
+
key: SfdxPropertyKeys;
|
|
149
|
+
newKey: OrgConfigProperties;
|
|
150
|
+
deprecated: boolean;
|
|
151
|
+
description: string;
|
|
152
|
+
encrypted: boolean;
|
|
153
|
+
input: {
|
|
154
|
+
validator: (value: ConfigValue) => boolean;
|
|
155
|
+
failedMessage: string;
|
|
156
|
+
};
|
|
157
|
+
hidden?: undefined;
|
|
158
|
+
} | {
|
|
159
|
+
key: SfdxPropertyKeys;
|
|
160
|
+
newKey: SfConfigProperties;
|
|
161
|
+
deprecated: boolean;
|
|
162
|
+
description: string;
|
|
163
|
+
input: {
|
|
164
|
+
validator: (value: ConfigValue) => boolean;
|
|
165
|
+
failedMessage: string;
|
|
166
|
+
};
|
|
167
|
+
encrypted?: undefined;
|
|
168
|
+
hidden?: undefined;
|
|
169
|
+
} | {
|
|
170
|
+
key: SfdxPropertyKeys;
|
|
171
|
+
description: string;
|
|
172
|
+
hidden: boolean;
|
|
173
|
+
newKey: string;
|
|
174
|
+
deprecated: boolean;
|
|
175
|
+
input: {
|
|
176
|
+
validator: (value: ConfigValue) => boolean;
|
|
177
|
+
failedMessage: string;
|
|
178
|
+
};
|
|
179
|
+
encrypted?: undefined;
|
|
180
|
+
})[];
|
|
181
|
+
export declare const SfProperty: {
|
|
182
|
+
[index: string]: ConfigPropertyMeta;
|
|
183
|
+
};
|
|
184
|
+
export declare type ConfigProperties = {
|
|
185
|
+
[index: string]: JsonPrimitive;
|
|
186
|
+
};
|
|
187
|
+
/**
|
|
188
|
+
* The files where sfdx config values are stored for projects and the global space.
|
|
189
|
+
*
|
|
190
|
+
* *Note:* It is not recommended to instantiate this object directly when resolving
|
|
191
|
+
* config values. Instead use {@link ConfigAggregator}
|
|
192
|
+
*
|
|
193
|
+
* ```
|
|
194
|
+
* const localConfig = await Config.create();
|
|
195
|
+
* localConfig.set('target-org', 'username@company.org');
|
|
196
|
+
* await localConfig.write();
|
|
197
|
+
* ```
|
|
198
|
+
* https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_cli_config_values.htm
|
|
199
|
+
*/
|
|
200
|
+
export declare class Config extends ConfigFile<ConfigFile.Options, ConfigProperties> {
|
|
201
|
+
private static allowedProperties;
|
|
202
|
+
private sfdxConfig;
|
|
203
|
+
constructor(options?: ConfigFile.Options);
|
|
204
|
+
/**
|
|
205
|
+
* Returns the default file name for a config file.
|
|
206
|
+
*
|
|
207
|
+
* **See** {@link CONFIG_FILE_NAME}
|
|
208
|
+
*/
|
|
209
|
+
static getFileName(): string;
|
|
210
|
+
/**
|
|
211
|
+
* Returns an array of objects representing the allowed config properties.
|
|
212
|
+
*/
|
|
213
|
+
static getAllowedProperties(): ConfigPropertyMeta[];
|
|
214
|
+
/**
|
|
215
|
+
* Add an array of allowed config properties.
|
|
216
|
+
*
|
|
217
|
+
* @param metas Array of objects to set as the allowed config properties.
|
|
218
|
+
*/
|
|
219
|
+
static addAllowedProperties(metas: ConfigPropertyMeta[]): void;
|
|
220
|
+
/**
|
|
221
|
+
* The value of a supported config property.
|
|
222
|
+
*
|
|
223
|
+
* @param isGlobal True for a global config. False for a local config.
|
|
224
|
+
* @param propertyName The name of the property to set.
|
|
225
|
+
* @param value The property value.
|
|
226
|
+
*/
|
|
227
|
+
static update(isGlobal: boolean, propertyName: string, value?: ConfigValue): Promise<ConfigContents>;
|
|
228
|
+
/**
|
|
229
|
+
* Clear all the configured properties both local and global.
|
|
230
|
+
*/
|
|
231
|
+
static clear(): Promise<void>;
|
|
232
|
+
static getPropertyConfigMeta(propertyName: string): Nullable<ConfigPropertyMeta>;
|
|
233
|
+
private static propertyConfigMap;
|
|
234
|
+
/**
|
|
235
|
+
* Read, assign, and return the config contents.
|
|
236
|
+
*/
|
|
237
|
+
read(force?: boolean): Promise<ConfigProperties>;
|
|
238
|
+
readSync(force?: boolean): ConfigProperties;
|
|
239
|
+
/**
|
|
240
|
+
* Writes Config properties taking into account encrypted properties.
|
|
241
|
+
*
|
|
242
|
+
* @param newContents The new Config value to persist.
|
|
243
|
+
*/
|
|
244
|
+
write(newContents?: ConfigProperties): Promise<ConfigProperties>;
|
|
245
|
+
/**
|
|
246
|
+
* DO NOT CALL - The config file needs to encrypt values which can only be done asynchronously.
|
|
247
|
+
* Call {@link SfdxConfig.write} instead.
|
|
248
|
+
*
|
|
249
|
+
* **Throws** *{@link SfError}{ name: 'InvalidWriteError' }* Always.
|
|
250
|
+
*
|
|
251
|
+
* @param newContents Contents to write
|
|
252
|
+
*/
|
|
253
|
+
writeSync(newContents?: ConfigProperties): ConfigProperties;
|
|
254
|
+
/**
|
|
255
|
+
* Sets a value for a property.
|
|
256
|
+
*
|
|
257
|
+
* **Throws** *{@link SfError}{ name: 'UnknownConfigKeyError' }* An attempt to get a property that's not supported.
|
|
258
|
+
* **Throws** *{@link SfError}{ name: 'InvalidConfigValueError' }* If the input validator fails.
|
|
259
|
+
*
|
|
260
|
+
* @param key The property to set.
|
|
261
|
+
* @param value The value of the property.
|
|
262
|
+
*/
|
|
263
|
+
set(key: string, value: JsonPrimitive): ConfigProperties;
|
|
264
|
+
/**
|
|
265
|
+
* Unsets a value for a property.
|
|
266
|
+
*
|
|
267
|
+
* **Throws** *{@link SfError}{ name: 'UnknownConfigKeyError' }* If the input validator fails.
|
|
268
|
+
*
|
|
269
|
+
* @param key The property to unset.
|
|
270
|
+
*/
|
|
271
|
+
unset(key: string): boolean;
|
|
272
|
+
/**
|
|
273
|
+
* Get an individual property config.
|
|
274
|
+
*
|
|
275
|
+
* **Throws** *{@link SfError}{ name: 'UnknownConfigKeyError' }* An attempt to get a property that's not supported.
|
|
276
|
+
*
|
|
277
|
+
* @param propertyName The name of the property.
|
|
278
|
+
*/
|
|
279
|
+
getPropertyConfig(propertyName: string): ConfigPropertyMeta;
|
|
280
|
+
/**
|
|
281
|
+
* Initializer for supported config types.
|
|
282
|
+
*/
|
|
283
|
+
protected init(): Promise<void>;
|
|
284
|
+
/**
|
|
285
|
+
* Encrypts and content properties that have a encryption attribute.
|
|
286
|
+
*
|
|
287
|
+
* @param encrypt `true` to encrypt.
|
|
288
|
+
*/
|
|
289
|
+
private cryptProperties;
|
|
290
|
+
}
|
|
291
|
+
export declare class SfdxConfig {
|
|
292
|
+
private options;
|
|
293
|
+
private config;
|
|
294
|
+
private sfdxPath;
|
|
295
|
+
constructor(options: ConfigFile.Options, config: Config);
|
|
296
|
+
/**
|
|
297
|
+
* If Global.SFDX_INTEROPERABILITY is enabled, merge the sfdx config into the sf config
|
|
298
|
+
*/
|
|
299
|
+
merge(config: ConfigProperties): ConfigProperties | undefined;
|
|
300
|
+
write(config?: import("@salesforce/ts-types").JsonMap): Promise<void>;
|
|
301
|
+
private readSync;
|
|
302
|
+
private getSfdxPath;
|
|
303
|
+
/**
|
|
304
|
+
* If toNew is specified: migrate all deprecated configs with a newKey to the newKey.
|
|
305
|
+
* - For example, defaultusername will be renamed to target-org.
|
|
306
|
+
*
|
|
307
|
+
* If toOld is specified: migrate all deprecated configs back to their original key.
|
|
308
|
+
* - For example, target-org will be renamed to defaultusername.
|
|
309
|
+
*/
|
|
310
|
+
private translate;
|
|
311
|
+
}
|