You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set-PSFConfig-FullName dbops.mail.Subject -Value "DBOps deployment status"-Initialize -Description "'Subject' field in the outgoing emails."
117
147
Set-PSFConfig-FullName dbops.security.encryptionkey -Value "~/.dbops.key"-Initialize -Description "Path to a custom encryption key used to encrypt/decrypt passwords. The key should be a binary file with a length of 128, 192 or 256 bits. Key will be generated automatically if not exists."
118
148
Set-PSFConfig-FullName dbops.security.usecustomencryptionkey -Value ($PSVersionTable.Platform-eq'Unix') -Validation bool -Initialize -Description "Determines whether to use a custom encryption key for storing passwords. Enabled by default only on Unix platforms."
149
+
Set-PSFConfig-FullName dbops.rdbms.type -Value 'SQLServer'-Validation connectionType -Initialize -Description "Assumes a certain RDBMS as a default one for each command. SQLServer by default"
if ($packageSource.Location-like'https://api.nuget.org/v3*') {
40
-
Write-PSFMessage-Level Warning -Message "NuGet package source is registered using API v3, which prevents Install-Package to download nuget packages. Registering a new package source nuget.org.dbops to download packages."
if ($PSCmdlet.ShouldProcess('NuGet package source is registered using API v3, installing a new repository source nuget.org.dbops')) {
55
+
Write-PSFMessage-Level Verbose -Message "NuGet package source is registered using API v3, which prevents Install-Package to download nuget packages. Registering a new package source nuget.org.dbops to download packages."
if (-Not$p-or$Force) { $packagesToUpdate+=$package }
74
+
}
75
+
}
76
+
if ($packagesToUpdate-and$PSCmdlet.ShouldProcess("Scope: $Scope","Installing dependent package(s) $($packagesToUpdate.Name-join', ') from nuget.org")) {
0 commit comments