Optional
encryptedKeys to encrypt.
The preferred way to set encrypted keys is to use BaseConfigStore.encryptedKeys so they are constant for all instances of a Config class. However, this is useful for instantiating subclasses of ConfigStore on the fly (like ConfigFile) without defining a new class.
Optional
fileThe full file path where the config file is stored.
Optional
filenameThe file name.
Optional
isIf the file is in the global or project directory.
Optional
isIf the file is in the state folder or no (.sfdx).
The org id associated with this sandbox.
Optional
rootThe root folder where the config file is stored.
Optional
stateThe state folder where the config file is stored.
Optional
throwIndicates if init should throw if the corresponding config file is not found.
The config file options.