--- title: "Promote Package" ---
This is generated from the built in components of Otter 2023.0, and may be different than what you have installed (especially if you have extensions); go to [Gear Icon] -> Administration -> Operations within your Otter instance to see exactly what operations are available.

Promotes a package from one feed to another in a ProGet instance.

Script usage:

ProGet::Promote(
	[PackageSource: <text>],
	Name: <text>,
	Version: <text>,
	[ToFeed: <text>],
	[Reason: <text>],
	[To: <text>],
	[Feed: <text>],
	[EndpointUrl: <text>],
	[UserName: <text>],
	[Password: <text>],
	[ApiKey: <text>],
	[Group: <text>],
	[FeedUrl: <text>]
);

Arguments:

NameFormatScript UsageUsage Notes
Package source
text
PackageSource
Package name
text
Name
This argument is required.
Package version
text
Version
This argument is required.
Promote to Feed
text
ToFeed
Reason
text
Reason
To source
text
To
Feed name
text
Feed
API endpoint URL
text
EndpointUrl
ProGet user name
text
UserName
The name of a user in ProGet that can access this feed.
ProGet password
text
Password
The password of a user in ProGet that can access this feed.
ProGet API Key
text
ApiKey
An API Key that can access this feed.
Group
text
Group
FeedUrl
text
FeedUrl