We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83351b3 commit 85d0ad6Copy full SHA for 85d0ad6
commands/upload/upload.go
@@ -442,6 +442,10 @@ func runProgramAction(pm *packagemanager.PackageManager,
442
}
443
444
// Get Port properties gathered using Pluggable Discovery
445
+ uploadProperties.Set("upload.port.address", port.Address)
446
+ uploadProperties.Set("upload.port.label", port.Label)
447
+ uploadProperties.Set("upload.port.protocol", port.Protocol)
448
+ uploadProperties.Set("upload.port.protocolLabel", port.ProtocolLabel)
449
for prop, value := range actualPort.Properties {
450
uploadProperties.Set(fmt.Sprintf("upload.port.properties.%s", prop), value)
451
0 commit comments