Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Programmatically License ProGet
-
Hello. Me....again.
As the title suggests, can one programmatically assign a license to ProGet itself, or must it be done through the WebUI as shown here:?:
I had a quick look through the stored procedures to see if anything jumped out, but it all seemed related to licenses tied to assets being stored in ProGet feeds, not the actual server license itself.
I'm away to play with DevTools to see if the browser points in the right direction, but figured I'd ask here as well as you'll provide a much better answer :)
-
Hi @steviecoaster ,
You can use
pgutil
for this:
pgutil settings set --name=Licensing.Key --value=XXXXXX
This is in the
Configuration
table FYI, which is whatpgutil settings
doesThanks,
Steve