diff --git a/messages/envVars.md b/messages/envVars.md index 7e076ec1c..692492e35 100644 --- a/messages/envVars.md +++ b/messages/envVars.md @@ -104,11 +104,11 @@ Level of messages that the CLI writes to the log file. Valid values are trace, d # sfdxLogRotationCount -The default rotation period for logs. Example '1d' will rotate logs daily (at midnight). +The number of backup rotated log files to keep. Example: '3' will have the base sf.log file, and the past 3 (period) log files. # sfdxLogRotationPeriod -The number of backup rotated log files to keep. Example: '3' will have the base sf.log file, and the past 3 (period) log files. +The default rotation period for logs. Example '1d' will rotate logs daily (at midnight). # sfdxMaxQueryLimit @@ -244,11 +244,11 @@ Level of messages that the CLI writes to the log file. Valid values are trace, d # sfLogRotationCount -The default rotation period for logs. Example '1d' will rotate logs daily (at midnight). +The number of backup rotated log files to keep. Example: '3' will have the base sf.log file, and the past 3 (period) log files. # sfLogRotationPeriod -The number of backup rotated log files to keep. Example: '3' will have the base sf.log file, and the past 3 (period) log files. +The default rotation period for logs. Example '1d' will rotate logs daily (at midnight). # sfOrgMaxQueryLimit diff --git a/messages/scratchOrgInfoGenerator.md b/messages/scratchOrgInfoGenerator.md index 9433da89d..35c00907b 100644 --- a/messages/scratchOrgInfoGenerator.md +++ b/messages/scratchOrgInfoGenerator.md @@ -1,26 +1,26 @@ # Package2AncestorsIdsKeyNotSupportedError -The package2AncestorIds key is no longer supported in a scratch org definition. Ancestors defined in sfdx-project.json will be included in the scratch org.", +The package2AncestorIds key is no longer supported in a scratch org definition. Ancestors defined in sfdx-project.json will be included in the scratch org. # InvalidAncestorVersionFormatError -The ancestor versionNumber must be in the format major.minor.patch but the value found is %s", +The ancestor versionNumber must be in the format major.minor.patch but the value found is %s # NoMatchingAncestorError -The ancestor for ancestorVersion %s can't be found. Package ID %s.", +The ancestor for ancestorVersion %s can't be found. Package ID %s. # NoMatchingAncestorIdError -The ancestor for ancestorId [%s] can't be found. Package ID %s." +The ancestor for ancestorId [%s] can't be found. Package ID %s. # AncestorNotReleasedError -The ancestor package version [%s] specified in the sfdx-project.json file may exist hasn’t been promoted and released. Release the ancestor package version before specifying it as the ancestor in a new package or patch version.", +The ancestor package version [%s] specified in the sfdx-project.json file may exist hasn’t been promoted and released. Release the ancestor package version before specifying it as the ancestor in a new package or patch version. # AncestorIdVersionMismatchError -The ancestorVersion in sfdx-project.json is not the version expected for the ancestorId you supplied. ancestorVersion %s. ancestorID %s." +The ancestorVersion in sfdx-project.json is not the version expected for the ancestorId you supplied. ancestorVersion %s. ancestorID %s. # unsupportedSnapshotOrgCreateOptions diff --git a/src/config/configAggregator.ts b/src/config/configAggregator.ts index b75826b28..60d1e7247 100644 --- a/src/config/configAggregator.ts +++ b/src/config/configAggregator.ts @@ -288,9 +288,9 @@ export class ConfigAggregator extends AsyncOptionalCreatable