@salesforce/core 3.30.14 → 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 -227
- 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 -530
- package/lib/testSetup.js +871 -727
- 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,199 +1,199 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
|
-
import { Stats as fsStats } from 'fs';
|
|
3
|
-
import { Logger } from '../logger';
|
|
4
|
-
import { BaseConfigStore, ConfigContents } from './configStore';
|
|
5
|
-
/**
|
|
6
|
-
* Represents a json config file used to manage settings and state. Global config
|
|
7
|
-
* files are stored in the home directory hidden state folder (.sfdx) and local config
|
|
8
|
-
* files are stored in the project path, either in the hidden state folder or wherever
|
|
9
|
-
* specified.
|
|
10
|
-
*
|
|
11
|
-
* ```
|
|
12
|
-
* class MyConfig extends ConfigFile {
|
|
13
|
-
* public static getFileName(): string {
|
|
14
|
-
* return 'myConfigFilename.json';
|
|
15
|
-
* }
|
|
16
|
-
* }
|
|
17
|
-
* const myConfig = await MyConfig.create({
|
|
18
|
-
* isGlobal: true
|
|
19
|
-
* });
|
|
20
|
-
* myConfig.set('mykey', 'myvalue');
|
|
21
|
-
* await myConfig.write();
|
|
22
|
-
* ```
|
|
23
|
-
*/
|
|
24
|
-
export declare class ConfigFile<T extends ConfigFile.Options = ConfigFile.Options, P extends ConfigContents = ConfigContents> extends BaseConfigStore<T, P> {
|
|
25
|
-
protected hasRead: boolean;
|
|
26
|
-
protected logger: Logger;
|
|
27
|
-
private path;
|
|
28
|
-
/**
|
|
29
|
-
* Create an instance of a config file without reading the file. Call `read` or `readSync`
|
|
30
|
-
* after creating the ConfigFile OR instantiate with {@link ConfigFile.create} instead.
|
|
31
|
-
*
|
|
32
|
-
* @param options The options for the class instance
|
|
33
|
-
* @ignore
|
|
34
|
-
*/
|
|
35
|
-
constructor(options?: T);
|
|
36
|
-
/**
|
|
37
|
-
* Returns the config's filename.
|
|
38
|
-
*/
|
|
39
|
-
static getFileName(): string;
|
|
40
|
-
/**
|
|
41
|
-
* Returns the default options for the config file.
|
|
42
|
-
*
|
|
43
|
-
* @param isGlobal If the file should be stored globally or locally.
|
|
44
|
-
* @param filename The name of the config file.
|
|
45
|
-
*/
|
|
46
|
-
static getDefaultOptions(isGlobal?: boolean, filename?: string): ConfigFile.Options;
|
|
47
|
-
/**
|
|
48
|
-
* Helper used to determine what the local and global folder point to. Returns the file path of the root folder.
|
|
49
|
-
*
|
|
50
|
-
* @param isGlobal True if the config should be global. False for local.
|
|
51
|
-
*/
|
|
52
|
-
static resolveRootFolder(isGlobal: boolean): Promise<string>;
|
|
53
|
-
/**
|
|
54
|
-
* Helper used to determine what the local and global folder point to. Returns the file path of the root folder.
|
|
55
|
-
*
|
|
56
|
-
* @param isGlobal True if the config should be global. False for local.
|
|
57
|
-
*/
|
|
58
|
-
static resolveRootFolderSync(isGlobal: boolean): string;
|
|
59
|
-
/**
|
|
60
|
-
* Determines if the config file is read/write accessible. Returns `true` if the user has capabilities specified
|
|
61
|
-
* by perm.
|
|
62
|
-
*
|
|
63
|
-
* @param {number} perm The permission.
|
|
64
|
-
*
|
|
65
|
-
* **See** {@link https://nodejs.org/dist/latest/docs/api/fs.html#fs_fs_access_path_mode_callback}
|
|
66
|
-
*/
|
|
67
|
-
access(perm?: number): Promise<boolean>;
|
|
68
|
-
/**
|
|
69
|
-
* Determines if the config file is read/write accessible. Returns `true` if the user has capabilities specified
|
|
70
|
-
* by perm.
|
|
71
|
-
*
|
|
72
|
-
* @param {number} perm The permission.
|
|
73
|
-
*
|
|
74
|
-
* **See** {@link https://nodejs.org/dist/latest/docs/api/fs.html#fs_fs_access_path_mode_callback}
|
|
75
|
-
*/
|
|
76
|
-
accessSync(perm?: number): boolean;
|
|
77
|
-
/**
|
|
78
|
-
* Read the config file and set the config contents. Returns the config contents of the config file. As an
|
|
79
|
-
* optimization, files are only read once per process and updated in memory and via `write()`. To force
|
|
80
|
-
* a read from the filesystem pass `force=true`.
|
|
81
|
-
* **Throws** *{@link SfError}{ name: 'UnexpectedJsonFileFormat' }* There was a problem reading or parsing the file.
|
|
82
|
-
*
|
|
83
|
-
* @param [throwOnNotFound = false] Optionally indicate if a throw should occur on file read.
|
|
84
|
-
* @param [force = false] Optionally force the file to be read from disk even when already read within the process.
|
|
85
|
-
*/
|
|
86
|
-
read(throwOnNotFound?: boolean, force?: boolean): Promise<P>;
|
|
87
|
-
/**
|
|
88
|
-
* Read the config file and set the config contents. Returns the config contents of the config file. As an
|
|
89
|
-
* optimization, files are only read once per process and updated in memory and via `write()`. To force
|
|
90
|
-
* a read from the filesystem pass `force=true`.
|
|
91
|
-
* **Throws** *{@link SfError}{ name: 'UnexpectedJsonFileFormat' }* There was a problem reading or parsing the file.
|
|
92
|
-
*
|
|
93
|
-
* @param [throwOnNotFound = false] Optionally indicate if a throw should occur on file read.
|
|
94
|
-
* @param [force = false] Optionally force the file to be read from disk even when already read within the process.
|
|
95
|
-
*/
|
|
96
|
-
readSync(throwOnNotFound?: boolean, force?: boolean): P;
|
|
97
|
-
/**
|
|
98
|
-
* Write the config file with new contents. If no new contents are provided it will write the existing config
|
|
99
|
-
* contents that were set from {@link ConfigFile.read}, or an empty file if {@link ConfigFile.read} was not called.
|
|
100
|
-
*
|
|
101
|
-
* @param newContents The new contents of the file.
|
|
102
|
-
*/
|
|
103
|
-
write(newContents?: P): Promise<P>;
|
|
104
|
-
/**
|
|
105
|
-
* Write the config file with new contents. If no new contents are provided it will write the existing config
|
|
106
|
-
* contents that were set from {@link ConfigFile.read}, or an empty file if {@link ConfigFile.read} was not called.
|
|
107
|
-
*
|
|
108
|
-
* @param newContents The new contents of the file.
|
|
109
|
-
*/
|
|
110
|
-
writeSync(newContents?: P): P;
|
|
111
|
-
/**
|
|
112
|
-
* Check to see if the config file exists. Returns `true` if the config file exists and has access, false otherwise.
|
|
113
|
-
*/
|
|
114
|
-
exists(): Promise<boolean>;
|
|
115
|
-
/**
|
|
116
|
-
* Check to see if the config file exists. Returns `true` if the config file exists and has access, false otherwise.
|
|
117
|
-
*/
|
|
118
|
-
existsSync(): boolean;
|
|
119
|
-
/**
|
|
120
|
-
* Get the stats of the file. Returns the stats of the file.
|
|
121
|
-
*
|
|
122
|
-
* {@link fs.stat}
|
|
123
|
-
*/
|
|
124
|
-
stat(): Promise<fsStats>;
|
|
125
|
-
/**
|
|
126
|
-
* Get the stats of the file. Returns the stats of the file.
|
|
127
|
-
*
|
|
128
|
-
* {@link fs.stat}
|
|
129
|
-
*/
|
|
130
|
-
statSync(): fsStats;
|
|
131
|
-
/**
|
|
132
|
-
* Delete the config file if it exists.
|
|
133
|
-
*
|
|
134
|
-
* **Throws** *`Error`{ name: 'TargetFileNotFound' }* If the {@link ConfigFile.getFilename} file is not found.
|
|
135
|
-
* {@link fs.unlink}
|
|
136
|
-
*/
|
|
137
|
-
unlink(): Promise<void>;
|
|
138
|
-
/**
|
|
139
|
-
* Delete the config file if it exists.
|
|
140
|
-
*
|
|
141
|
-
* **Throws** *`Error`{ name: 'TargetFileNotFound' }* If the {@link ConfigFile.getFilename} file is not found.
|
|
142
|
-
* {@link fs.unlink}
|
|
143
|
-
*/
|
|
144
|
-
unlinkSync(): void;
|
|
145
|
-
/**
|
|
146
|
-
* Returns the absolute path to the config file.
|
|
147
|
-
*
|
|
148
|
-
* The first time getPath is called, the path is resolved and becomes immutable. This allows implementers to
|
|
149
|
-
* override options properties, like filePath, on the init method for async creation. If that is required for
|
|
150
|
-
* creation, the config files can not be synchronously created.
|
|
151
|
-
*/
|
|
152
|
-
getPath(): string;
|
|
153
|
-
/**
|
|
154
|
-
* Returns `true` if this config is using the global path, `false` otherwise.
|
|
155
|
-
*/
|
|
156
|
-
isGlobal(): boolean;
|
|
157
|
-
/**
|
|
158
|
-
* Used to initialize asynchronous components.
|
|
159
|
-
*
|
|
160
|
-
* **Throws** *`Error`{ code: 'ENOENT' }* If the {@link ConfigFile.getFilename} file is not found when
|
|
161
|
-
* options.throwOnNotFound is true.
|
|
162
|
-
*/
|
|
163
|
-
protected init(): Promise<void>;
|
|
164
|
-
}
|
|
165
|
-
export declare namespace ConfigFile {
|
|
166
|
-
/**
|
|
167
|
-
* The interface for Config options.
|
|
168
|
-
*/
|
|
169
|
-
interface Options extends BaseConfigStore.Options {
|
|
170
|
-
/**
|
|
171
|
-
* The root folder where the config file is stored.
|
|
172
|
-
*/
|
|
173
|
-
rootFolder?: string;
|
|
174
|
-
/**
|
|
175
|
-
* The state folder where the config file is stored.
|
|
176
|
-
*/
|
|
177
|
-
stateFolder?: string;
|
|
178
|
-
/**
|
|
179
|
-
* The file name.
|
|
180
|
-
*/
|
|
181
|
-
filename?: string;
|
|
182
|
-
/**
|
|
183
|
-
* If the file is in the global or project directory.
|
|
184
|
-
*/
|
|
185
|
-
isGlobal?: boolean;
|
|
186
|
-
/**
|
|
187
|
-
* If the file is in the state folder or no (.sfdx).
|
|
188
|
-
*/
|
|
189
|
-
isState?: boolean;
|
|
190
|
-
/**
|
|
191
|
-
* The full file path where the config file is stored.
|
|
192
|
-
*/
|
|
193
|
-
filePath?: string;
|
|
194
|
-
/**
|
|
195
|
-
* Indicates if init should throw if the corresponding config file is not found.
|
|
196
|
-
*/
|
|
197
|
-
throwOnNotFound?: boolean;
|
|
198
|
-
}
|
|
199
|
-
}
|
|
1
|
+
/// <reference types="node" />
|
|
2
|
+
import { Stats as fsStats } from 'fs';
|
|
3
|
+
import { Logger } from '../logger';
|
|
4
|
+
import { BaseConfigStore, ConfigContents } from './configStore';
|
|
5
|
+
/**
|
|
6
|
+
* Represents a json config file used to manage settings and state. Global config
|
|
7
|
+
* files are stored in the home directory hidden state folder (.sfdx) and local config
|
|
8
|
+
* files are stored in the project path, either in the hidden state folder or wherever
|
|
9
|
+
* specified.
|
|
10
|
+
*
|
|
11
|
+
* ```
|
|
12
|
+
* class MyConfig extends ConfigFile {
|
|
13
|
+
* public static getFileName(): string {
|
|
14
|
+
* return 'myConfigFilename.json';
|
|
15
|
+
* }
|
|
16
|
+
* }
|
|
17
|
+
* const myConfig = await MyConfig.create({
|
|
18
|
+
* isGlobal: true
|
|
19
|
+
* });
|
|
20
|
+
* myConfig.set('mykey', 'myvalue');
|
|
21
|
+
* await myConfig.write();
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
export declare class ConfigFile<T extends ConfigFile.Options = ConfigFile.Options, P extends ConfigContents = ConfigContents> extends BaseConfigStore<T, P> {
|
|
25
|
+
protected hasRead: boolean;
|
|
26
|
+
protected logger: Logger;
|
|
27
|
+
private path;
|
|
28
|
+
/**
|
|
29
|
+
* Create an instance of a config file without reading the file. Call `read` or `readSync`
|
|
30
|
+
* after creating the ConfigFile OR instantiate with {@link ConfigFile.create} instead.
|
|
31
|
+
*
|
|
32
|
+
* @param options The options for the class instance
|
|
33
|
+
* @ignore
|
|
34
|
+
*/
|
|
35
|
+
constructor(options?: T);
|
|
36
|
+
/**
|
|
37
|
+
* Returns the config's filename.
|
|
38
|
+
*/
|
|
39
|
+
static getFileName(): string;
|
|
40
|
+
/**
|
|
41
|
+
* Returns the default options for the config file.
|
|
42
|
+
*
|
|
43
|
+
* @param isGlobal If the file should be stored globally or locally.
|
|
44
|
+
* @param filename The name of the config file.
|
|
45
|
+
*/
|
|
46
|
+
static getDefaultOptions(isGlobal?: boolean, filename?: string): ConfigFile.Options;
|
|
47
|
+
/**
|
|
48
|
+
* Helper used to determine what the local and global folder point to. Returns the file path of the root folder.
|
|
49
|
+
*
|
|
50
|
+
* @param isGlobal True if the config should be global. False for local.
|
|
51
|
+
*/
|
|
52
|
+
static resolveRootFolder(isGlobal: boolean): Promise<string>;
|
|
53
|
+
/**
|
|
54
|
+
* Helper used to determine what the local and global folder point to. Returns the file path of the root folder.
|
|
55
|
+
*
|
|
56
|
+
* @param isGlobal True if the config should be global. False for local.
|
|
57
|
+
*/
|
|
58
|
+
static resolveRootFolderSync(isGlobal: boolean): string;
|
|
59
|
+
/**
|
|
60
|
+
* Determines if the config file is read/write accessible. Returns `true` if the user has capabilities specified
|
|
61
|
+
* by perm.
|
|
62
|
+
*
|
|
63
|
+
* @param {number} perm The permission.
|
|
64
|
+
*
|
|
65
|
+
* **See** {@link https://nodejs.org/dist/latest/docs/api/fs.html#fs_fs_access_path_mode_callback}
|
|
66
|
+
*/
|
|
67
|
+
access(perm?: number): Promise<boolean>;
|
|
68
|
+
/**
|
|
69
|
+
* Determines if the config file is read/write accessible. Returns `true` if the user has capabilities specified
|
|
70
|
+
* by perm.
|
|
71
|
+
*
|
|
72
|
+
* @param {number} perm The permission.
|
|
73
|
+
*
|
|
74
|
+
* **See** {@link https://nodejs.org/dist/latest/docs/api/fs.html#fs_fs_access_path_mode_callback}
|
|
75
|
+
*/
|
|
76
|
+
accessSync(perm?: number): boolean;
|
|
77
|
+
/**
|
|
78
|
+
* Read the config file and set the config contents. Returns the config contents of the config file. As an
|
|
79
|
+
* optimization, files are only read once per process and updated in memory and via `write()`. To force
|
|
80
|
+
* a read from the filesystem pass `force=true`.
|
|
81
|
+
* **Throws** *{@link SfError}{ name: 'UnexpectedJsonFileFormat' }* There was a problem reading or parsing the file.
|
|
82
|
+
*
|
|
83
|
+
* @param [throwOnNotFound = false] Optionally indicate if a throw should occur on file read.
|
|
84
|
+
* @param [force = false] Optionally force the file to be read from disk even when already read within the process.
|
|
85
|
+
*/
|
|
86
|
+
read(throwOnNotFound?: boolean, force?: boolean): Promise<P>;
|
|
87
|
+
/**
|
|
88
|
+
* Read the config file and set the config contents. Returns the config contents of the config file. As an
|
|
89
|
+
* optimization, files are only read once per process and updated in memory and via `write()`. To force
|
|
90
|
+
* a read from the filesystem pass `force=true`.
|
|
91
|
+
* **Throws** *{@link SfError}{ name: 'UnexpectedJsonFileFormat' }* There was a problem reading or parsing the file.
|
|
92
|
+
*
|
|
93
|
+
* @param [throwOnNotFound = false] Optionally indicate if a throw should occur on file read.
|
|
94
|
+
* @param [force = false] Optionally force the file to be read from disk even when already read within the process.
|
|
95
|
+
*/
|
|
96
|
+
readSync(throwOnNotFound?: boolean, force?: boolean): P;
|
|
97
|
+
/**
|
|
98
|
+
* Write the config file with new contents. If no new contents are provided it will write the existing config
|
|
99
|
+
* contents that were set from {@link ConfigFile.read}, or an empty file if {@link ConfigFile.read} was not called.
|
|
100
|
+
*
|
|
101
|
+
* @param newContents The new contents of the file.
|
|
102
|
+
*/
|
|
103
|
+
write(newContents?: P): Promise<P>;
|
|
104
|
+
/**
|
|
105
|
+
* Write the config file with new contents. If no new contents are provided it will write the existing config
|
|
106
|
+
* contents that were set from {@link ConfigFile.read}, or an empty file if {@link ConfigFile.read} was not called.
|
|
107
|
+
*
|
|
108
|
+
* @param newContents The new contents of the file.
|
|
109
|
+
*/
|
|
110
|
+
writeSync(newContents?: P): P;
|
|
111
|
+
/**
|
|
112
|
+
* Check to see if the config file exists. Returns `true` if the config file exists and has access, false otherwise.
|
|
113
|
+
*/
|
|
114
|
+
exists(): Promise<boolean>;
|
|
115
|
+
/**
|
|
116
|
+
* Check to see if the config file exists. Returns `true` if the config file exists and has access, false otherwise.
|
|
117
|
+
*/
|
|
118
|
+
existsSync(): boolean;
|
|
119
|
+
/**
|
|
120
|
+
* Get the stats of the file. Returns the stats of the file.
|
|
121
|
+
*
|
|
122
|
+
* {@link fs.stat}
|
|
123
|
+
*/
|
|
124
|
+
stat(): Promise<fsStats>;
|
|
125
|
+
/**
|
|
126
|
+
* Get the stats of the file. Returns the stats of the file.
|
|
127
|
+
*
|
|
128
|
+
* {@link fs.stat}
|
|
129
|
+
*/
|
|
130
|
+
statSync(): fsStats;
|
|
131
|
+
/**
|
|
132
|
+
* Delete the config file if it exists.
|
|
133
|
+
*
|
|
134
|
+
* **Throws** *`Error`{ name: 'TargetFileNotFound' }* If the {@link ConfigFile.getFilename} file is not found.
|
|
135
|
+
* {@link fs.unlink}
|
|
136
|
+
*/
|
|
137
|
+
unlink(): Promise<void>;
|
|
138
|
+
/**
|
|
139
|
+
* Delete the config file if it exists.
|
|
140
|
+
*
|
|
141
|
+
* **Throws** *`Error`{ name: 'TargetFileNotFound' }* If the {@link ConfigFile.getFilename} file is not found.
|
|
142
|
+
* {@link fs.unlink}
|
|
143
|
+
*/
|
|
144
|
+
unlinkSync(): void;
|
|
145
|
+
/**
|
|
146
|
+
* Returns the absolute path to the config file.
|
|
147
|
+
*
|
|
148
|
+
* The first time getPath is called, the path is resolved and becomes immutable. This allows implementers to
|
|
149
|
+
* override options properties, like filePath, on the init method for async creation. If that is required for
|
|
150
|
+
* creation, the config files can not be synchronously created.
|
|
151
|
+
*/
|
|
152
|
+
getPath(): string;
|
|
153
|
+
/**
|
|
154
|
+
* Returns `true` if this config is using the global path, `false` otherwise.
|
|
155
|
+
*/
|
|
156
|
+
isGlobal(): boolean;
|
|
157
|
+
/**
|
|
158
|
+
* Used to initialize asynchronous components.
|
|
159
|
+
*
|
|
160
|
+
* **Throws** *`Error`{ code: 'ENOENT' }* If the {@link ConfigFile.getFilename} file is not found when
|
|
161
|
+
* options.throwOnNotFound is true.
|
|
162
|
+
*/
|
|
163
|
+
protected init(): Promise<void>;
|
|
164
|
+
}
|
|
165
|
+
export declare namespace ConfigFile {
|
|
166
|
+
/**
|
|
167
|
+
* The interface for Config options.
|
|
168
|
+
*/
|
|
169
|
+
interface Options extends BaseConfigStore.Options {
|
|
170
|
+
/**
|
|
171
|
+
* The root folder where the config file is stored.
|
|
172
|
+
*/
|
|
173
|
+
rootFolder?: string;
|
|
174
|
+
/**
|
|
175
|
+
* The state folder where the config file is stored.
|
|
176
|
+
*/
|
|
177
|
+
stateFolder?: string;
|
|
178
|
+
/**
|
|
179
|
+
* The file name.
|
|
180
|
+
*/
|
|
181
|
+
filename?: string;
|
|
182
|
+
/**
|
|
183
|
+
* If the file is in the global or project directory.
|
|
184
|
+
*/
|
|
185
|
+
isGlobal?: boolean;
|
|
186
|
+
/**
|
|
187
|
+
* If the file is in the state folder or no (.sfdx).
|
|
188
|
+
*/
|
|
189
|
+
isState?: boolean;
|
|
190
|
+
/**
|
|
191
|
+
* The full file path where the config file is stored.
|
|
192
|
+
*/
|
|
193
|
+
filePath?: string;
|
|
194
|
+
/**
|
|
195
|
+
* Indicates if init should throw if the corresponding config file is not found.
|
|
196
|
+
*/
|
|
197
|
+
throwOnNotFound?: boolean;
|
|
198
|
+
}
|
|
199
|
+
}
|