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
# This is where the strings go, that are written by
2
2
# Write-PSFMessage, Stop-PSFFunction or the PSFramework validation scriptblocks
3
3
@{
4
-
'key'='Value'
4
+
'Assert-V2Publishing.CannotPublish'='PowerShellGet may not yet be configured for publishing modules. This may prompt you to install required binaries and fail to publish if denied or internet access is not available. If this indeed fails, you can configure it by running "Install-PSFPowerShellGet" from an elevated console (no internet access required).'#
5
+
6
+
'Copy-Module.Error.ManifestNotFound'='No module manifest found in {0}'# $Path
'Copy-Module.Error.StagingFolderCopy'='Failed to deploy module to staging directory when trying to publish {0}'# $Path
9
+
'Copy-Module.Error.StagingFolderFailed'='Failed to create staging folder when trying to publish {0}'# $Path
10
+
11
+
'Install-PSFModule.Error.Installation'='Failed to install {0}'# $Name -join ','
12
+
'Install-PSFModule.Error.NoComputerValid'='Unable to establish ANY remote connections to {0}'# $ComputerName -join ',
13
+
'Install-PSFModule.Error.Setup'='Failed to prepare to install {0}'# $Name -join ','
14
+
15
+
'New-ManagedSession.Error.BrokenSession'='Received a session to {0} that is already in a broken state. Repair the conection and try again.'# "$_"
16
+
'New-ManagedSession.Error.Connect'='Failed to connect to {0}'# $fail.TargetObject
17
+
18
+
'Publish-ModuleToPath.Error.AlreadyPublished'='The module {0} ({1}) has already been published to {2}. Do not forget to raise your module version before publishing.'# $Module.Name, $Module.Version, $Path
19
+
'Publish-ModuleToPath.Error.FailedToStaging.V2'='Failed to publish {0} ({1}) to a staging repository.'# $module.Name, $module.Version
20
+
'Publish-ModuleToPath.Error.FailedToStaging.V3'='Failed to publish {0} ({1}) to a staging repository.'# $module.Name, $module.Version
'Publish-ModuleV2.Publish'='Publishing module {0} ({1}) to repository {2}'# $Module.Name, $Module.Version, $Repository.Name
24
+
25
+
'Publish-ModuleV3.Error.AlreadyPublished'='Module {0} ({1}) has already been published to repository {2}. Do not forget to raise your module version before publishing.'# $Module.Name, $Module.Version, $Repository.Name
26
+
'Publish-ModuleV3.Publish'='Publishing module {0} ({1}) to repository {2}'# $Module.Name, $Module.Version, $Repository.Name
27
+
28
+
'Publish-PSFModule.Error.UnexpectedRepositoryType'='Unexpected repository type: {0} of type {1}. This is likely a bug, please report it at "https://github.com/PowershellFrameworkCollective/PSFramework.NuGet/issues"'# $repositoryObject.Name, $repositoryObject.Type
29
+
30
+
'Publish-PSFResourceModule.Error'='Failed to publish the resource module {0} to {1}'# $Name, ($Repository -join ', ')
31
+
32
+
'Publish-StagingModule.Deploying.DeleteOld'='Cleaning up previously existing copy of {0} ({1})'# $module.Name, $version.Name
33
+
'Publish-StagingModule.Deploying.Local'='Deploying {0} ({1}) to {2}'# $module.Name, $version.Name, $destination.Path
34
+
'Publish-StagingModule.Deploying.Remote'='Deploying {1} ({2}) on {0} to {3}'# $TargetPath.ComputerName, $module.Name, $version.Name, $targetVersionRoot
35
+
'Publish-StagingModule.Deploying.Remote.Failed'='Failed to deploy {1} ({2}) on {0} to {3}: {4}'# $TargetPath.ComputerName, $module.Name, $version.Name, $targetVersionRoot, $deployResult.Error
36
+
'Publish-StagingModule.Deploying.RenameOld'='Renaming previously existing copy of {0} ({1})'# $module.Name, $version.Name
37
+
'Publish-StagingModule.Error.General'='An error happened when deploying to {0}'# $TargetPath.ComputerName
38
+
'Publish-StagingModule.Remote.Deploying.RenameOld'='Renaming previously existing copy of {1} ({2}) on {0} at {3}'# $TargetPath.ComputerName, $module.Name, $version.Name, $testPath
39
+
'Publish-StagingModule.Remote.Deploying.RenameOld.NoSuccess'='Failed to rename previously existing copy of {1} ({2}) on {0} at {3}: {4}'# $TargetPath.ComputerName, $module.Name, $version.Name, $testPath, $renameResult.Error
40
+
'Publish-StagingModule.Remote.Deploying.RenameOld.Success'='Successfully renamed previously existing copy of {1} ({2}) on {0} at {3}.'# $TargetPath.ComputerName, $module.Name, $version.Name, $testPath
41
+
'Publish-StagingModule.Remote.DeployStaging'='Deploying {1} ({2}) on {0} to staging directory {3}'# $TargetPath.ComputerName, $module.Name, $version.Name, $targetStagingRoot
42
+
'Publish-StagingModule.Remote.DeployStaging.FailedCopy'='Failed to deploy {1} ({2}) on {0} to staging directory {3}. Staging directory could not be created: {4}'# $TargetPath.ComputerName, $module.Name, $version.Name, $targetStagingRoot
43
+
'Publish-StagingModule.Remote.DeployStaging.FailedDirectory'='Failed to deploy {1} ({2}) on {0} to staging directory {3}.'# $TargetPath.ComputerName, $module.Name, $version.Name, $targetStagingRoot, $createResult.Error
44
+
'Publish-StagingModule.Remote.Error.TempStagingSetup'='Failed to setup the staging folder on {0}: {1}'# $TargetPath.ComputerName, $stagingResult.Error
'Read-ManifestDependency.Warning.VersionError'='Invalid RequiredModules in manifest {0}: The version on {1} is not correct'# $Path, $requirement.Name
49
+
50
+
'Read-VersionString.Error.BadFormat'='Bad version filter format: {0}. The version format requires a %Version%-%Version% format with either version number optional. The notation may be encapsuled by parenthesis or square brackets and nothing else.'# $Version
51
+
'Read-VersionString.Error.BadFormat.ZeroUpperBound'='Bad version filter format: {0}. The upper bound version limit cannot be "0.0.0"!'# $Version
52
+
53
+
'Resolve-ModuleScopePath.Error.NotFound'='Failed to resolve paths on {0}: {1}'# $result.ComputerName, (@($result.Results).Where{ -not $_.Exists }.Path -join ' | ')
54
+
'Resolve-ModuleScopePath.Error.ScopeNotFound'='Module installation scope not found: {0}. Known scopes: {1}'# $Scope, ((Get-PSFModuleScope).Name -join ', ')
55
+
'Resolve-ModuleScopePath.Error.UnReached'='Unable to resolve scope paths - computer not reached: {0} ({1})'# $result.ComputerName, ($result.Path -join ' | ')
56
+
'Resolve-ModuleScopePath.Fail.NotAll'='Failed to resolve scope paths for all computers. Failed targets: {0}'# (@($testResult).Where{-not $_.Success }.ComputerName -join ' | ')
57
+
'Resolve-ModuleScopePath.Fail.NotAny'='Failed to resolve scope paths for any computers. {0}'# ($testResult.ComputerName -join ' | ')
58
+
59
+
'Resolve-RemotePath.Error.NotFound'='Reached {0} but was unable to resolve paths {1}'# $result.ComputerName, (@($result.Results).Where{ -not $_.Exists }.Path -join ' | ')
60
+
'Resolve-RemotePath.Error.UnReached'='Failed to reach {0}, unable to resolve paths {1}'# $result.ComputerName, ($Path -join ' | ')
'Save-PSFResourceModule.Skipping.AlreadyExists'='Skipping transfer of {2} from resource module {0} ({1}) - already exists as {3}'# $module.Name, $versionFolder.Name, $item.Name, $pathEntry
73
+
'Save-PSFResourceModule.Skipping.InvalidResource'='Invalid resource module: {0} ({1}). It does not contain the expected "Resources" folder. Make sure the resource module has been published using Publish-PSFResourceModule'# $module.Name, $versionFolder.Name
74
+
75
+
'Save-StagingModule.Error.SaveFailed'='Failed to retrieve module {0} ({1}) from any of the following repositories: {2}'# $installItem.Name, $installItem.Version, (@($repository).ForEach{ '{0} ({1})' -f $_.Name, $_.Type } -join ', ')
76
+
'Save-StagingModule.Error.UnknownRepoType'='Unexpected repository type {0} on repository {1}. This is probably an implementation but, please report it at "https://github.com/PowershellFrameworkCollective/PSFramework.NuGet/issues"'# $repository.Type, $repository.Name
77
+
'Save-StagingModule.SavingV2.Done'='Finished download of {1} ({2}) from repository {3} of type {4}. Success: {0}'# $result.Success, $Item.Name, $Item.Version, $Repository.Name, $Repository.Type
78
+
'Save-StagingModule.SavingV2.Error.DependencyCleanup'='Failed to remove undesired temporary dependencies for {1} ({2}) from repository {3} of type {4}'# $Item.Name, $Item.Version, $Repository.Name, $Repository.Type
79
+
'Save-StagingModule.SavingV2.Error.Download'='Failed to download module {0} ({1}) from repository {2} of type {3}'# $Item.Name, $Item.Version, $Repository.Name, $Repository.Type
80
+
'Save-StagingModule.SavingV2.Error.Transfer'='Failed to transfer module {0} ({1}) from repository {2} of type {3} to the staging folder.'# $Item.Name, $Item.Version, $Repository.Name, $Repository.Type
81
+
'Save-StagingModule.SavingV2.Error.Unsigned'='Failed to verify signature of module {0} ({1}) or any of its dependencies from repository {2} of type {3}'# $Item.Name, $Item.Version, $Repository.Name, $Repository.Type
82
+
'Save-StagingModule.SavingV2.SignatureCheck'='Signature validation. Module {0} ({1}) is signed correctly: {2}'# $signature.Name, $signature.Version, $signature.IsSigned
83
+
'Save-StagingModule.SavingV2.Start'='Starting the download of {0} ({1}) from repository {2} of type {3}'# $Item.Name, $Item.Version, $Repository.Name, $Repository.Type
84
+
'Save-StagingModule.SavingV3.Done'='Finished download of {1} ({2}) from repository {3} of type {4}. Success: {0}'# $result.Success, $Item.Name, $Item.Version, $Repository.Name, $Repository.Type
85
+
'Save-StagingModule.SavingV3.Error.Download'='Failed to download module {0} ({1}) from repository {2} of type {3}'# $Item.Name, $Item.Version, $Repository.Name, $Repository.Type
86
+
'Save-StagingModule.SavingV3.Error.Transfer'='Failed to transfer module {0} ({1}) from repository {2} of type {3} to the staging folder.'# $Item.Name, $Item.Version, $Repository.Name, $Repository.Type
87
+
'Save-StagingModule.SavingV3.Error.Unsigned'='Failed to verify signature of module {0} ({1}) or any of its dependencies from repository {2} of type {3}'# $Item.Name, $Item.Version, $Repository.Name, $Repository.Type
88
+
'Save-StagingModule.SavingV3.SignatureCheck'='Signature validation. Module {0} ({1}) is signed correctly: {2}'# $signature.Name, $signature.Version, $signature.IsSigned
89
+
'Save-StagingModule.SavingV3.Start'='Starting the download of {0} ({1}) from repository {2} of type {3}'# $Item.Name, $Item.Version, $Repository.Name, $Repository.Type
90
+
91
+
'Update-PSFModuleManifest.Error.BadManifest'='Invalid module manifest {0} ({1}): Manifest must at least contain "ModuleVersion" and "RootModule"'# (Get-Item -Path $Path).BaseName, $Path
92
+
'Update-PSFModuleManifest.Error.InvalidModuleReference'='Invalid Module Reference - the module specification does not contain a valid module name: {0}. It should either be a string or a hashtable with a "ModuleName" key.'# $item
93
+
94
+
'Update-PSFRepository.Error.InvalidType'='Failed to compare repository types - unexpected Type configured: {0}. Supported types: {1}. Use this to see the configured repository types: "Get-PSFConfig -FullName PSFramework.NuGet.Repositories.*.Type"'# $configuredRepo.Type, ($supportedTypes -join ', ')
95
+
'Update-PSFRepository.Register.Failed'='Failed to refister the {0} repository {1} ({2})'# V2, $param.Name, $uri
96
+
'Update-PSFRepository.Repository.Unregister'='Unregistering the {0} repository {1}'# $change.Actual.Type, $Change.Actual.Name
97
+
'Update-PSFRepository.Repository.Update'='Updating the settings on the {0} repository {1}. Settings changed: {2}'# $change.Actual.Type, $Change.Actual.Name, ($param.Keys -join ',')
$resolvedPaths=Resolve-ModuleScopePath-Scope $Scope-ManagedSession $managedSessions-TargetHandling Any -PathHandling Any -Cmdlet $PSCmdlet# Errors for bad paths, terminates if no path
Copy file name to clipboardexpand all lines: PSFramework.NuGet/functions/Get/Publish-PSFModule.ps1
+8-2
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,12 @@
61
61
This flags the module as "Prerelease", hiding it from regular Find-PSFModule / Install-PSFModule use.
62
62
Use to provide test versions that only affect those in the know.
63
63
64
+
.PARAMETERWhatIf
65
+
If this switch is enabled, no actions are performed but informational messages will be displayed that explain what would happen if the command were to run.
66
+
67
+
.PARAMETERConfirm
68
+
If this switch is enabled, you will be prompted for confirmation before executing any operations that change state.
$resolvedPaths=Resolve-RemotePath-Path $Path-ComputerName $managedSessions.Session-ManagedSession $managedSessions-TargetHandling Any -Cmdlet $Cmdlet# Errors for bad paths, terminates if no path
0 commit comments